Thread: GUI in C++

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    60

    GUI in C++

    Hi,
    I'm new in C++ and as far as i know there is no easy way (like in Java) to create a gui..
    May someone inform me about it..?
    What should i look for so as to be able to create a gui under windows?
    Thanks..

  2. #2
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    Look at: MFC, Win32, wxWidgets, etc.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    125
    Quote Originally Posted by tezcatlipooca
    What should i look for so as to be able to create a gui under windows?
    This may come as a shock, but you could use Windows.
    Here's a tutorial on working with the Win32 API: http://winprog.org/tutorial/
    It may not be entirely up to date, but it's a good place to start.
    Typing stuff in Code::Blocks 8.02, compiling stuff with MinGW 3.4.5.

  4. #4
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    I think this guy is probably looking for a .NET type solution since Java gui was mentioned.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Convert Windows GUI to Linux GUI
    By BobS0327 in forum Linux Programming
    Replies: 21
    Last Post: 11-27-2005, 04:39 AM
  2. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  3. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM
  5. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM