Thread: N00bish problem: GUI programs

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    2

    N00bish problem: GUI programs

    This is probably really stupid, but how do you write aprogram that runs under a gui, like most programs, not just text. For example, how would you write, say, a graphical calculator, or something. How do you import graphics and other files?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Well, take a look around the posts and tutorials etc which are posted on the windows board on this very forum.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Mar 2005
    Posts
    135
    The Win32 API, MFC, wxWidgets... If you're programming in C and only for Windows, then it's suggested you go with Win32

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. searching problem
    By DaMenge in forum C Programming
    Replies: 9
    Last Post: 09-12-2005, 01:04 AM
  2. Choppy GUI
    By jqmoneky in forum C++ Programming
    Replies: 4
    Last Post: 09-06-2005, 02:11 PM
  3. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM
  4. binary tree problem - help needed
    By sanju in forum C Programming
    Replies: 4
    Last Post: 10-16-2002, 05:18 AM
  5. Problem with Borland 5.5 Compiling Windows Programs
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 08-28-2001, 09:04 AM