Thread
:
C++ GUI Programming
View Single Post
Nov 23rd, 2009, 6:41 PM
#
6
Ancient Dragon
PFO God In Training
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 1,783
Rep Power:
7
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
View Public Profile
Find More Posts by Ancient Dragon