Search:

Type: Posts; User: jdenny; Keyword(s):

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    8,515

    Well, that was a very basic debugging practice. ...

    Well, that was a very basic debugging practice.

    By adding those "debugging code" you know that:
    - the file creation and writing works perfectly
    - it doesn't write the value of the variables as...
  2. Replies
    6
    Views
    8,515

    Does usersave.ska get created? What happens if...

    Does usersave.ska get created? What happens if you change

    userssave << ((CWRITERS_BLOCKDlg*)parent)->m_username << endl << flush;
    userssave << ((CWRITERS_BLOCKDlg*)parent)->m_password << endl <<...
  3. Replies
    6
    Views
    8,515

    Hi, I'm not doing C++ that much anymore but... ...

    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...
Results 1 to 3 of 3