[gameprogrammer] Re: (no subject)

Julian Stanley wrote:

> #include <stdio.h>    // include the standard input/output header file
> #include <stdafx.h>

In my experience, stdafx.h needs to be the first #include.  Dunno why, haven't
looked into it, but that's solved my problems in the past.  Also, unless
(atypically) the source directory is in your INCLUDE path, you'll need to use
"" instead of <>.
-- 
 Matthew Weigel
 hacker
 unique & idempot . ent

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: