Thread: GUI and MFC

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    22

    GUI and MFC

    hi just a quick question,
    i am currently developing a program and have hit a road block.
    i would like for the program to have the simplest of graphical user interfaces , all it needs to do is print some lines off.
    However my program will be tested on a unix compiler (g++), so i am not sure how to go about it . I have heard of items such as MFC but i am not sure if i should ( as it will be compiled on g++) or how to use them.
    im not asking for source code but some pointers on what approach i should take would be much appreciated.
    thanks in advance

  2. #2
    Unregistered
    Guest
    i don't think you can use MFC (MICROSOFT foundation classes) on unix as it is designed to be used with the WIN32 API, you need to find out the equivalent on unix.
    but if it only needs to print off a few lines you don't need a GUI just use the console.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to run a .exe file in MFC GUI?
    By franziss in forum Windows Programming
    Replies: 14
    Last Post: 08-31-2006, 12:38 AM
  2. MFC GUI vs. your own GUI
    By moemen ahmed in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-03-2002, 06:00 AM
  3. MFC is Challenging :: C++
    By kuphryn in forum C++ Programming
    Replies: 8
    Last Post: 02-05-2002, 01:33 AM
  4. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  5. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM