View Single Post
Old Nov 23rd, 2009, 6:41 PM   #6
Ancient Dragon
PFO God In Training

 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 1,535
Rep Power: 6 Ancient Dragon will become famous soon enough
Re: C++ GUI Programming

>>The compiler keeps telling me that "string" and "srand" and "rand" are all undefined
That's because neither are defined in any of the headf files you have included. string.h does NOT define c++ string class, <string> does.
__________________
PFO's FAQ is here
Ancient Dragon is offline