Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++ Compiler
#1
Anyone know a good compiler that can be accessed from CMD?
Also does anyone know if its ok if I use a word processor (Notepad)
to write a source code for a program? If not please feel free to recommend one!

Thanks
-Impuhlsive
[Image: 15429773.png]
Reply
#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
#3
MinGW is used by Code::Blocks and it is the Windows port of gcc (Linux and mac).
(Note that Qt SDK install it automatically and use it)

And it is very easy to use in a command prompt (but in most common IDE like Code::Blocks, you don't need to write that) :

Code:
mingw32-make release

Why use another compiler (exepted gcc) after that ? Cool
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Building a Compiler ? prince76 10 4,763 02-21-2012, 09:17 AM
Last Post: AceInfinity
  Code Block compiler: "No compiler found" Fix Inventor 7 3,543 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++ free compiler? Marda 17 4,459 10-29-2010, 02:46 PM
Last Post: Xzotic

Forum Jump:


Users browsing this thread: 1 Guest(s)