|
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?
|