Thread: GUI based DataKeeper tut?

  1. #1
    C++ newb in training
    Join Date
    Mar 2005
    Location
    Burlington Wa
    Posts
    14

    GUI based DataKeeper tut?

    Hey everyone. I am some what new to C++ but I have made a few command line programs and tweak a few to get th genral layout of C++. Whaty I was wondering is if anyone knew of a tutorial or 2 I could look at to help me make a GUI based DataKeeper. What I want to do is help my friend who owns a local videostore and the current one they have is out of date and buggy as hell so I thought I would make a datakeeper for them. Only problem is I think there still using Windows 95...>_> is there anyway I could make it in Dev-C++ and have it be compat with Windows 9X platforms? Any help would be greatly apreciated. Thanks
    Find the loop holes, then fix the errors, after you have found all the useful info

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    To get started with GUI programming using Dev-C++: http://www.winprog.org/tutorial/

    There are GUI programming frameworks that you might want to try as well. I list a few here:
    http://cboard.cprogramming.com/showthread.php?t=63589

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DOS / Linux Console based GUI?
    By mart_man00 in forum C Programming
    Replies: 3
    Last Post: 09-14-2002, 12:46 AM
  2. Text based GUI?
    By jon_nc17 in forum C++ Programming
    Replies: 1
    Last Post: 05-16-2002, 11:45 AM
  3. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  4. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  5. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM