View Single Post
Old Nov 23rd, 2009, 10:34 PM   #8
PaCkEtPiRaTe
Programmer
 
Join Date: Aug 2007
Posts: 30
Rep Power: 0 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 offline