Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
c++ free compiler?
#11
It's better if you look @ Hackforums.net for this
Reply
#12
Visual C++, Dev C++ ,Borland C++, Turbo C++(16 bit),MinGW....there are few more too...download all (they are small in size) & check which one suites your requirement......
ALL ATTRACTIONS ARE ILLUSIONARY
Hey Guest click HERE to join Support Forums ,It just takes a minute Oui
Reply
#13
First of all, use this: http://www.microsoft.com/express/Downloa...Visual-CPP

and second, change your code into this:

Code:
#include <iostream>
using namespace std;

int main ()
{
    cout << "Hello World!";
    cout << "i'm a C++ program";
    cin.get()
    return 0;
}
Reply
#14
Cygwin is a C++ compiler no ?
Reply
#15
I would defentaly try C++ that is what i use
[Image: es3iok.png]
Reply
#16
DevC++ is the way to go, maybe you dont have the right libraries and keep getting an error.
Reply
#17
(10-06-2010, 04:54 PM)⌨⑂∞☢ ∃ ⊥ ∀ н ☢∞⑂⌨™ Wrote: DevC++ is the way to go, maybe you dont have the right libraries and keep getting an error.

Dev-C++ is most certainly not the way to go. Unless you believe using abandoned software that hasn't been updated in half a decade is a good idea. In which case I'm not sure what to tell you.

If you want to go with Dev-C++ then do yourself a favor and go with wxDev-C++. It is based directly off Dev-C++ but is current and still supported by its creator.
Reply
#18
All my C++ college classes used Dev c++ So Im pretty sure its still ok to use. They also gave out free copies of Visual Studio and said that its a better option which is a no brainer. So if you can get your hands on Visual Studio, go for it. If not I'd go Dev C++ havent run into any problems running my code with it yet.
"Death smiles at us all. All a man can do is smile back".
[Image: siggy.png]
MSN: Xzotic@live.com
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Building a Compiler ? prince76 10 4,761 02-21-2012, 09:17 AM
Last Post: AceInfinity
  Code Block compiler: "No compiler found" Fix Inventor 7 3,542 09-04-2011, 06:12 AM
Last Post: Orgy
  Need a new compiler Richard Runz 2 924 08-07-2011, 11:17 AM
Last Post: [Dr.House]
  C++ Compiler Impuhlsive 2 1,288 05-09-2011, 06:24 AM
Last Post: cfillion

Forum Jump:


Users browsing this thread: 1 Guest(s)