Search found 13 matches
- Wed Mar 14, 2007 1:23 am
- Forum: Programming
- Topic: C compiler
- Replies: 3
- Views: 12483
Doesn't MS make a free cut down version of its latest compiler? Yes, they call it Visual Studio Express http://msdn.microsoft.com/vstudio/express/default.aspx Sean, I'm curious why do you still use v6? I'd personally recommend GCC though, because it runs on so many operating systems. The Windows po...
- Mon Nov 20, 2006 7:11 pm
- Forum: The General
- Topic: Changing Start Positions
- Replies: 3
- Views: 12089
- Mon Nov 20, 2006 6:51 am
- Forum: The General
- Topic: Changing Start Positions
- Replies: 3
- Views: 12089
Changing Start Positions
Is it possible to create my own start positions instead of using the presets? If not, could this be added in the future?
Thanks
Thanks
Many things Microsoft have done have been declared the end of the world (product activation anyone?) and it hasn't happned yet, or even seemed likely. that WAS the end of the world until product activation cracks came out, the only people product activation stops now are a few lamers who don't know...
Longhorn
http://it.slashdot.org/article.pl?sid=05/07/15/155216&tid=109&tid=172&tid=158&tid=155 that article doesn't suprise me, just another way for microsoft to try to control the market. I guess it is time for people to start making the migration from windows to OS X, or some form of unix. here is a quote ...
- Sat Jul 16, 2005 8:55 pm
- Forum: Slay
- Topic: Slay for Symbian UIQ phones
- Replies: 8
- Views: 6179
- Sat Jul 16, 2005 8:50 pm
- Forum: Programming
- Topic: Writing a interpreter
- Replies: 6
- Views: 18109
Writing a interpreter
Does anyone know of a good tutorial, or a good way to start making a simple interpreter? My goal is to have it interpret simple scripts with a syntax similar to C.
- Thu Jul 14, 2005 1:52 am
- Forum: Programming
- Topic: Double Buffering
- Replies: 20
- Views: 35630
frawsty you may be rushing yourself. before you jump into trying to learn directx I recommend you have good knowledge in c++, and windows programming (you may allready have a good knowledge of both, but just a tip :D ) also if you want to learn more about basic windows programming/gdi stuff take a l...
- Mon Jul 11, 2005 4:29 pm
- Forum: Programming
- Topic: Double Buffering
- Replies: 20
- Views: 35630
- Mon Jul 11, 2005 12:46 am
- Forum: Programming
- Topic: Free game maker
- Replies: 62
- Views: 96621
P.S. Do you use Dreamweaver ? It is an excellent web design tool! My favorite part about it is that it color codes your HTML code. Never lose track of were things are again 8) ! Dreamweaver makes me mad, there are to many auto competes that screw things up, and it allways tends to add extra uneeded...
- Sat Jul 09, 2005 8:41 pm
- Forum: Off Topic
- Topic: sean - make these games please
- Replies: 5
- Views: 5818
- Fri Jul 08, 2005 11:54 pm
- Forum: Programming
- Topic: Double Buffering
- Replies: 20
- Views: 35630
Double Buffering
I can't get my apps to stop flickering. From my understanding double buffering is just painting to offscreen memory and then blting it to the screen. Here is the method I am currently trying to use, anyone know what I am not doing correctly? #include <windows.h> LRESULT CALLBACK WndProc(HWND, UINT, ...