Error 1 error C2143: syntax error : missing ';' before 'using' c:\users\user\documents\visual studio 2012\projects\consoleapplication3\consoleapplication3\debug\source1.cpp 3 1 ConsoleApplication3
The 3 stands for line and 1 for column
Are you sure your code posted is identical to your source files? That error indicates that the ending } of the class login definition is missing a ; but the code you posted has it. (line 9 of login.h)
It is identical. I think it was supposed to work but can this be due to compiler errors?I recently had a problem with it and i fixed it by going file>move the file in question but the error stopped popping up.