Thread: GUI PRogramming?

  1. #16
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Nope, MFC does not come with the Express version.
    To further add, I think MFC is wonderful. Even if just a simple wrapper, it takes away so much pain, for example, by providing overloads that actually works instead of filling in stupid structs and fields to specify what you selected inside the struct and getting frustrated whenever it doesn't work.
    No, it's not perfect, but it's great over Win32. That's how I've always felt.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #17
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Another vote for Qt. I am learning it just now. Love the object-oriented aspect of it. Followed through the basic tutorial easily in 10 hours or so. Not that difficult. The SIGNAL and SLOT mechanism is a bit mind twisting at first, but I got used to it. I don't have much C++ experience, just ~2 years of self learning.

    The license thing (your code has to be under the GPL, or you need to pay for a commercial license) may be a problem if you intend to write proprietary (closed source) programs. For me, GPL is all I care about anyways , at least for now.

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

Tags for this Thread