EvilZone

Programming and Scripting => C - C++ => Topic started by: NightFury on July 11, 2014, 03:04:40 AM

Title: C & C++ Compiler/Writer
Post by: NightFury on July 11, 2014, 03:04:40 AM
Hi,
I used to programming in DevC++ but I had to change to interact with environment variables on windows. First tried MS Visual Studio 2012 Express, but after a while it just stoped compiling C programs. I heard that old MS Visual Studio was good, but don't know if it refers to 2008 or 2010. For now I'm opened to sugestions of this or other compilers that can call environment variables.
Thx, J.
Title: Re: C & C++ Compiler/Writer
Post by: Stackprotector on July 11, 2014, 09:45:49 AM
http://www.codeblocks.org/ The name "Compiler/writer" is wrong, it's called a https://en.wikipedia.org/wiki/Integrated_development_environment

Good luck! :)
Title: Re: C & C++ Compiler/Writer
Post by: NightFury on July 11, 2014, 07:22:58 PM
Right! IDE, won't forget! =]
I forgot to mention that i'm using Windows x64, didn't tried yet but it seems that codeblocks's compiler is 32-bits in the windows version. I remembered now that this was one of the issues I had when was using MSVS2012. hummm.... I'm seriously thinking about start using LINUX. T.T (Oh, Microsoft! Why you so crap!?)

Thx so long, J
Title: Re: C & C++ Compiler/Writer
Post by: Phenom on July 11, 2014, 09:23:23 PM
Code::Blocks will also require the GNU CC Compiler in-order to compile your syntax unless you are using a different default IDE.