Thread: GUI in C

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    15

    GUI in C

    Hey
    I need to design a simple calculator in C and i'm totally new to C i have some C++ experience.So im looking for some info on where to start what kindof compilers i need where i can get them for free hopefully.Maybe some good tutorials on this stuff if anyone knows of any

    Cheers

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    if you have a C++ compiler then it will do for C also, but you need to use the .c extension instead of .cpp, tutorials you will find many in the main page of this site.

    edit: go here if you dont have a compiler http://www.bloodshed.net/
    Last edited by InvariantLoop; 02-12-2005 at 06:09 AM.
    When no one helps you out. Call google();

  3. #3
    Registered User
    Join Date
    Feb 2005
    Posts
    15
    So visual C++ will do the job?

  4. #4
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    yes.
    When no one helps you out. Call google();

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