Search:
Forum
General C++ Programming
Little assistance please.
Little assistance please.
Sep 5, 2010 at 1:27am UTC
kiwi79
(3)
Ok here is my code:
http://pastebin.com/pXYJAnkx
It compiles with no problem, but when it reaches this point is closes:
if (newPassword == PasswordConfirm)
{
Account.open("AccountInfo.txt");
Account << newUsername << "\n" << newPassword;
Account.close();
return 0;
}
I want it to close but i dont think it saves the info to a word file.
What have i done wrong?
i cant find the file where it shud be so something is wrong.
Sep 5, 2010 at 1:34am UTC
kiwi79
(3)
solved.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs