|
-
July 9th, 2004, 04:34 AM
#2
Hi, I'm not doing C++ that much anymore but...
A.
if (m_passwordconf != ((CWRITERS_BLOCKDlg*)parent)->m_password) //they don't match
I believe you're comparing two strings. If so, I think you need to use a string compare function (like strcmp() in C).
B.
userssave.flush();
I think you also need userssave.close();
Peace always,
<jdenny>
Always listen to experts. They\'ll tell you what can\'t be done and why. Then go and do it. -- Robert Heinlein
I\'m basically a very lazy person who likes to get credit for things other people actually do. -- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|