Thread: No more console, please...

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    6

    Question No more console, please...

    I want to create my program using a windows-like interface.
    How can I create buttons, forms and the like, as can easily be done in Visual Basic?

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Try the WinAPI tutorials here: http://www.winprog.org/tutorial
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    1.b4 e5 2.a3 d5 3.d4 exd
    Join Date
    Jan 2003
    Posts
    167
    The first example at that site is written in C and I can only compile C++
    AIM: MarderIII

  4. #4
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    The first example at that site is written in C and I can only compile C++
    most C++ comilers are "Backwards" compatible with C.

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by EvBladeRunnervE
    most C++ comilers are "Backwards" compatible with C.
    ALL.

    C++ is just C with a few extra's i can do anything C can do but
    more.

  6. #6
    Registered User
    Join Date
    Jan 2003
    Posts
    6
    Thanks XSquared

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Console, Terminal and Terminal Emulator
    By lehe in forum C Programming
    Replies: 4
    Last Post: 02-15-2009, 09:59 PM
  2. Full Screen Console
    By St0rmTroop3er in forum C++ Programming
    Replies: 1
    Last Post: 09-26-2005, 09:59 PM
  3. Problems with a simple console game
    By DZeek in forum C++ Programming
    Replies: 9
    Last Post: 03-06-2005, 02:02 PM
  4. Console Functions Help
    By Artist_of_dream in forum C++ Programming
    Replies: 9
    Last Post: 12-04-2004, 03:44 AM
  5. Just one Question?
    By Irish-Slasher in forum C++ Programming
    Replies: 6
    Last Post: 02-12-2002, 10:19 AM