Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++ Compiler
#2
You can use any type of Editor to write your code.

Here is a list of compilers
http://www2.research.att.com/~bs/compilers.html
Most used
http://gcc.gnu.org/
http://www.mingw.org/

Now back to the editor.... DON DO IT....
If you write you C++ codes in an simple editor, you will have a hard time finding bugs and fixing them.
Code::Blocks or Dev-C++ for example, have an console which will display errors if the compiling process should fail or if your code has few mistakes, errors etc....
I would recommend you Code::Block for writing C++ codes, or even Visual C++...
Code::Blocks and Dev-C++ same as Visual Studio, come with compilers built in, so you will need to press oly one key to compile the code....

Such Applications were created so you can write faster and find errors faster, if you use a simple editor. I bet you'll quit in a day.
Reply


Messages In This Thread
C++ Compiler - by Impuhlsive - 05-06-2011, 07:53 PM
RE: C++ Compiler - by Gaijin - 05-06-2011, 08:11 PM
RE: C++ Compiler - by cfillion - 05-09-2011, 06:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Building a Compiler ? prince76 10 5,749 02-21-2012, 09:17 AM
Last Post: AceInfinity
  Code Block compiler: "No compiler found" Fix Inventor 7 3,882 09-04-2011, 06:12 AM
Last Post: Orgy
  Need a new compiler Richard Runz 2 1,027 08-07-2011, 11:17 AM
Last Post: [Dr.House]
  c++ free compiler? Marda 17 5,134 10-29-2010, 02:46 PM
Last Post: Xzotic

Forum Jump:


Users browsing this thread: 1 Guest(s)