Thread: easyest Visual C

  1. #1
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178

    easyest Visual C

    I need only checkboxes from Visual and OK button.
    How is easyest way to do that. In C.!!!

    I hope not Visual C++.!!!!
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

  2. #2
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Yeah the easiest way to do that probably would be Visual C or Borland C. It certainly isn't very fun writing it in raw Windows API.

    Alternatively you could use WxWindows or GTK or whatever.

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    44
    What about GCC? Or even wxWidgets and tcl/tk?

  4. #4
    Registered User
    Join Date
    Aug 2005
    Posts
    51
    If his programming consists of just a check box and OK button, then I dont think he will know what GCC is, and probably doesnt even use a Linux system. But maybe Im wrong.

  5. #5
    Registered User
    Join Date
    Aug 2005
    Posts
    44
    Quote Originally Posted by voodoo3182
    If his programming consists of just a check box and OK button, then I dont think he will know what GCC is, and probably doesnt even use a Linux system. But maybe Im wrong.
    Dev-C++ uses GCC with the MinGW port to run on windows. Thats the reason I ask is I want to find tutorials to start making simple graphical windows apps.

  6. #6
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178
    Nope.! i remove Linux from my System.!

    That is easy to create what I need in C#. but I need some language to do that. What doesent have dotNET installed on computer.!!!
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

  7. #7

  8. #8
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178
    Thanks you.! I'll check it out.!
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM