Programming program.

I dunno where to post this but which program do you prefer?
Currently I'm using Microsoft Visual Studio and am thinking of switching to Embarcadero.

Sorry if this is the wrong forums to be asking these kind of questions but i couldnt find the "right" place to post these things at.
Please, explain "Programming program".
He, maybe, wanted to say, not a program, but a compilator.? :)
I meant a compilator, yes :) haha
I find microsoft visual to be somewhat buggy and wanted to know peoples opinion about what compilator they prefered
Last edited on
Compilator? Or compiler?

I like the C++ compiler provided in GCC. The current version fully supports C++11.
http://gcc.gnu.org/
he means an IDE I am guessing.

Try code::blocks

codeblocks.org
Lol "Programming program". I'm sure @giblit is right and he is refering to an Integrated development environment (IDE).

Compiler is what the IDE uses to turn your program into a language the machine can understand and thus execute. If you need to install a c++ compiler, follow these instructions:
https://netbeans.org/community/releases/72/cpp-setup-instructions.html#cygwin

IDE:
Recommend netbeans: https://netbeans.org/downloads/index.html
Other IDE's include Eclipse, code::blocks, or Monodevelop
Last edited on
Thanks Smac89 (and everyone else trying to help).

I'll try netbeans :)

Btw, is there a compiler included in netbeans?
Thanks in advance
IDE's come with compilers , debugger , and text editor almost always.

Topic archived. No new replies allowed.