View Single Post
Old Nov 23rd, 2009, 9:34 PM   #8
PaCkEtPiRaTe
Hobbyist Programmer
 
PaCkEtPiRaTe's Avatar
 
Join Date: Aug 2007
Location: Massachusetts, USA
Posts: 214
Rep Power: 4 PaCkEtPiRaTe is on a distinguished road
Re: C++ GUI Programming

Ok, so I replaced "string.h" with <cstring>...

It's still not working... same errors as before.
Is there a new syntax or should "string password;" work?
Also, why is srand showing as undefined? I've used it in programs before (hence, the password generator)... I've compiled it and run it with Visual Studio 2008 before and it ran fine... so what's the problem?
PaCkEtPiRaTe is online now