General discussion

  • Creator
    Topic
  • #2083870

    Source code for a diary program

    Locked

    by harolddewayne ·

    Trying to write a diary program in Visual C++ v4.0, using MFC 4.0 for my wife. If anyone has [commented] source code for one that I can modify, you can have the points. I’m new to _Visual_ C++, and I’m having trouble with the Document/View architecture, although I _have_ written my own classes for traditional programs on an IBM batch system.

All Comments

  • Author
    Replies
    • #3779744

      Source code for a diary program

      by sam hobbs ·

      In reply to Source code for a diary program

      What are the features of a “diary program”? I assume it would have some basic text editing capability, but I am not sure what the other features would be. How would the data be stored? Would it be stored as a flat text file with dates in the text orwould it be stored as a database or such with dates as a key or what?

      • #3768936

        Source code for a diary program

        by harolddewayne ·

        In reply to Source code for a diary program

        The structure behind the scenes doesn’t matter to my wife. She only wants functionality similar to WordPad, but with encryption of the data. I presume I would be better off with a database type solution since she’d like to page through the information a day at a time.

    • #3779438

      Source code for a diary program

      by harolddewayne ·

      In reply to Source code for a diary program

      This question was closed by the author

Viewing 1 reply thread