C++ Compilers/IDEs - Printable Version +- Be Right Back, Uninstalling (https://www.brbuninstalling.com) +-- Forum: Technology (https://www.brbuninstalling.com/forumdisplay.php?fid=51) +--- Forum: Computers (https://www.brbuninstalling.com/forumdisplay.php?fid=69) +--- Thread: C++ Compilers/IDEs (/showthread.php?tid=12586) |
C++ Compilers/IDEs - Vlambo - 05-02-2011 So as a summer project, I'm gonna teach myself C++. I'm currently looking for a Compiler or IDE for Linux and Windows. Also, if anyone knows this, Does C++ have a library that I simply install on Linux, and when I want to compile, I run a command through command prompt. An example is that when I code on Linux in Java, I simply type "javac File.java" to compile it, then "java File" to run it. I would like to know if there is a similar option for this on Linux with C++ Re: C++ Compilers/IDEs - Greatbacon - 05-02-2011 In my CS department we use the G++ compiler. I couldn't tell you how to set it up, but I know that to compile all you run is g++ "files" in the terminal. There's also an option to set the name of the resulting executible. The default name is just a.out Re: C++ Compilers/IDEs - HeK - 05-02-2011 gcc and vi. Re: C++ Compilers/IDEs - Vlambo - 05-02-2011 Further research shows me that gcc is preinstalled on Linux, just a matter of learning the commands now. Re: C++ Compilers/IDEs - Kirby - 05-03-2011 (05-02-2011, 07:32 PM)HeK link Wrote: gcc and vi nano. ftfy Re: C++ Compilers/IDEs - CaffeinePowered - 05-03-2011 For windows - Visual Studio Re: C++ Compilers/IDEs - Eschatos - 05-03-2011 (05-03-2011, 03:50 PM)Caffeine link Wrote: For windows - Codeblocks Re: C++ Compilers/IDEs - HeK - 05-03-2011 (05-03-2011, 03:19 PM)Kirby, the Spyro link Wrote: [quote author=HeK link=topic=5606.msg205090#msg205090 date=1304382763] ftfy [/quote] Might as well just change it to notepad while you're at it. Re: C++ Compilers/IDEs - Negate - 05-04-2011 (05-03-2011, 09:42 PM)HeK link Wrote: [quote author=Kirby, the Spyro link=topic=5606.msg205179#msg205179 date=1304453986] ftfy [/quote] Might as well just change it to notepad while you're at it. [/quote] Re: C++ Compilers/IDEs - Kirby - 05-04-2011 Real men don't fancy! Re: C++ Compilers/IDEs - HeK - 05-04-2011 (05-04-2011, 09:02 AM)Kirby, the Spyro link Wrote: Real men don't fancy! (05-03-2011, 03:19 PM)Kirby, the Spyro link Wrote: [quote author=HeK link=topic=5606.msg205090#msg205090 date=1304382763] ftfy [/quote] wat Re: C++ Compilers/IDEs - Vandamguy - 05-04-2011 Re: C++ Compilers/IDEs - Kirby - 05-06-2011 (05-04-2011, 09:19 AM)HeK link Wrote: [quote author=Kirby, the Spyro link=topic=5606.msg205262#msg205262 date=1304517746] (05-03-2011, 03:19 PM)Kirby, the Spyro link Wrote: [quote author=HeK link=topic=5606.msg205090#msg205090 date=1304382763] ftfy [/quote] wat [/quote] fancy = vi simple = nano <sigh> |