Thread: help (C or C++) gui's

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    83

    help (C or C++) gui's

    ok, i have already learned the basics (and more) in C, and i don't really want to switch languages after going through all the time and work to learn C, but theres one problem. In the borland C++, for windows, it churns out gui's really fast, and you just code it to interpret data from each object ( i guess?) , but anyways it turns out windows/dialog boxes, buttons, ect. really fast. now i think there is a way to code a c program to do this to, but is there a way to make C programs with GUI's, such as a program like the borland C++ for windows, but only that uses the C language?

    anyways thanks for your help.
    "What this country needs is more free speech worth listening to." - -Hansell B. Duckett

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Look on the windows board or search for WIN32 API. This is the C API that the C++ wrappers (like Delphi and MFC) are built on.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ GUI's
    By StickyGoo in forum C++ Programming
    Replies: 7
    Last Post: 04-14-2006, 11:27 PM
  2. Best Language for GUIs?
    By thetinman in forum Windows Programming
    Replies: 4
    Last Post: 03-05-2006, 10:08 AM
  3. Gui's with C
    By Saterial in forum C Programming
    Replies: 7
    Last Post: 11-27-2003, 10:51 PM
  4. Windows GUIs
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-02-2001, 08:21 AM
  5. How are cool looking GUI's made?
    By fatpotatohead in forum Windows Programming
    Replies: 9
    Last Post: 11-14-2001, 12:20 AM