Search found 455 matches

by thegamefreak0134
Mon 29 Oct, 2007 12:08 pm
Forum: Off Topic
Topic: Smash Bros Brawl
Replies: 154
Views: 456859

I'm personally planning on buying a Wii this week primarily so I can avoid the holiday rush on Wii (if there is one again) and then snag this game in Feb. I don't know about the rest of you, but I personally appreciate the team taking the extra time to work out the kinks in their game. I don't know ...
by thegamefreak0134
Mon 29 Oct, 2007 11:22 am
Forum: Off Topic
Topic: MS admits Vista is bloatware
Replies: 59
Views: 89273

I can't read this entire post and not jump in somewhere. I have serious issues operating system wise as a programmer (now, at least) of PC games. The industry revolves around MS, some people detest MS for being popular and thus use Macs to prove they can, and everyone secretly knows linux is probabl...
by thegamefreak0134
Wed 26 Sep, 2007 8:56 pm
Forum: Programming Help
Topic: [C] Programming Challenge
Replies: 6
Views: 4770

I don't mind it being specific to a particular processor, I don't know of any computers these days that use non-z86 processors. (Mac testing is not required.) I will definitely try specifying hex in there, I had not thought of that. My target compiler (the one the teacher will be using) is gcc, so t...
by thegamefreak0134
Mon 17 Sep, 2007 8:34 pm
Forum: Programming Help
Topic: [C] Programming Challenge
Replies: 6
Views: 4770

Correct you are indeed. However, both windows and linux use the same emulated machine to actually draw the console, thus the escape sequences are the same. (These escape sequences actually came from a linux tutorial, but they work fine on linux.) Problem is, these sequences are very specific to the ...
by thegamefreak0134
Fri 14 Sep, 2007 8:36 pm
Forum: Off Topic
Topic: Converting video to still frames
Replies: 15
Views: 24767

Converting video to still frames

Hello all, been a while. I am working on a random project, and I need to be able to work with the individual frames of a video file, as images, so I can convert them and work with them in my program. Does anyone know of a free program I can use to do this? The problem is, I need this conversion to r...
by thegamefreak0134
Fri 14 Sep, 2007 7:28 pm
Forum: Programming Help
Topic: [C] Programming Challenge
Replies: 6
Views: 4770

Hmm... Perhaps on older versions of windows. I actually went out and found the escape sequences (they were quite hard to find, mind) and they all worked fine. Clearing the screen very quickly works fine, but has the mentioned flicker. We found a better way however. It still flickers a little, but it...
by thegamefreak0134
Fri 14 Sep, 2007 2:27 am
Forum: Programming Help
Topic: [C] Programming Challenge
Replies: 6
Views: 4770

[C] Programming Challenge

Yes, that's C, not C++. Unfortunately. Let me explain. I've been tasked by an instructor to make a text based game. We've been limited to only Pure C and the standard C library, such that the game will easily compile on multiple platforms. For your typical text based game, this is fine. We want to d...
by thegamefreak0134
Wed 22 Aug, 2007 10:22 pm
Forum: Announce Your Projects
Topic: Pokemon Purple
Replies: 322
Views: 282602

Wow... I need to start up work on my version again... I'm way behind. ^_^

-gamefreak
by thegamefreak0134
Wed 22 Aug, 2007 10:18 pm
Forum: Off Topic
Topic: Network Traffic?
Replies: 5
Views: 8987

Network Traffic?

I have a program on my computer running in the background (for all intents and purposes, I can't pinpoint it using the standard windows tools) that is using the internet to do something. (My connection icon remains busy even when I have closed all of my internet-using applications.) I wish simply to...
by thegamefreak0134
Wed 22 Aug, 2007 10:16 pm
Forum: Off Topic
Topic: Recording to the Computer
Replies: 9
Views: 13957

Kind Harold, I have never (in all my many attempts) gotten that method to work with any satisfactory results at all. Sorry... Honestly, I am going to agree with the crowd, and say a TV tuner is all you need. That, or a video-in card, which is sort of the same thing. (A TV tuner usually has an RF (ca...
by thegamefreak0134
Fri 09 Mar, 2007 4:50 pm
Forum: Off Topic
Topic: Download Manager
Replies: 11
Views: 12546

Sheesh... I already mentioned that I could care less for speed. I know my dial-up is going to be slow, I'm used to it. I just needed something that could fix it when it failed, and the first suggestion on the page (wget) is doing that beautifully. -thegamefreak PS: I have tried opera, and was never ...
by thegamefreak0134
Wed 07 Mar, 2007 6:41 pm
Forum: Off Topic
Topic: Download Manager
Replies: 11
Views: 12546

Download Manager

I have a dial-up connection here at home, so downloading large files is a bit of a major inconvinience to me. I've managed to circumvent this a little by using a P2P program, but it's so incredibly difficult to find anything useful with one of those. I am thus looking into a download manager. Since ...
by thegamefreak0134
Mon 26 Feb, 2007 8:35 pm
Forum: Programming Help
Topic: [VB.NET] OLE, OLE, You give me grief yet again...
Replies: 4
Views: 3966

*GASP* I ... I ... IT WORKS.... sort of... OK, OK, I officially figured out that the tooltip has a typo. It wanted me to import a DataSet, not a Data Table. No biggie. OK, so I got my grid to show my access table by setting it's data source to: HappyData.Tables(0) 'Yes, it's happy. Now I need to go ...
by thegamefreak0134
Mon 26 Feb, 2007 8:09 pm
Forum: Programming Help
Topic: [VB.NET] OLE, OLE, You give me grief yet again...
Replies: 4
Views: 3966

Oh piddle. I'm not entirely sure which version of VB.NET they will be using at contest. I would naturally assume 2005, but one can never be too sure. Since the methods are likely backwards compatible, when you are near the computer could you try to use only methods that are available in 2003? (I kno...
by thegamefreak0134
Mon 26 Feb, 2007 6:02 pm
Forum: Programming Help
Topic: [VB.NET] OLE, OLE, You give me grief yet again...
Replies: 4
Views: 3966

[VB.NET] OLE, OLE, You give me grief yet again...

This is really starting to bother me... I can get my MS Access Database to show up in VB.NET. (I can connect to it. Whoopie.) I set up an OleDbDataAdapter, and set the table mappings to basically return the whole table. I only have a few slight issues. Like not being able to see the data at all. How...