Thread: Best free c++ program?

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    2

    Best free c++ program?

    I now planning to seriusly began programming in c++,so i wonder which is best free compiler and ide?Or i have to buy visual c++?
    I want to make a program for caffe bar managing and printing bills on pos printer who will connecting on mysql database.So program will be for windows and linux.

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    I would recommend one of these 3 options

    *Visual C...for free

    *DevCPP

    *Code::Blocks with Microsoft's free command line

  3. #3
    Anirban Ghosh
    Join Date
    Jan 2006
    Posts
    278
    If u are talking about "free", download DEV C++ 4.9.9.2 .Its just excellent. Else u can download CODEBLOCKS 1.0rc2 with mingw compiler from "codeblocks.org".Its another superb ide.U can also try quincy 2005 and please reply me about it(quincy) at my id "[email protected]".

  4. #4
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Quote Originally Posted by Warlock
    So program will be for windows and linux.

    If you want code cross-platform C++ code, you might want to check out http://www.wxwidgets.org/ . It is a free cross-platform C++ GUI framework.

    And it works with many C++ compilers and IDE, including Dev-C++ and Code::Blocks and the GCC that comes with Linux.

    Best Regards,
    Yeoh

  5. #5
    Registered User
    Join Date
    Mar 2006
    Posts
    2

    Your id?

    Your id?You mean your mail?I dont know but quincy somehow look simple.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need a program to access a program..
    By willc0de4food in forum Windows Programming
    Replies: 0
    Last Post: 03-23-2006, 02:49 AM
  2. can't free() and program terminate.
    By Mathsniper in forum C Programming
    Replies: 1
    Last Post: 06-10-2005, 02:33 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. Making a program to free up Ram memory
    By cfrost in forum Windows Programming
    Replies: 1
    Last Post: 10-03-2004, 06:52 AM