Vlambo BRB, Posting Posts: 1,175 Joined: Nov 2008 |
05-02-2011, 05:35 PM
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++ |
||
|
Greatbacon The Most Delicious of All Meats Posts: 1,980 Joined: Mar 2008 |
05-02-2011, 05:41 PM
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
|
||
|
HeK Rotartsinimda Posts: 4,183 Joined: Jun 2015 |
05-02-2011, 07:32 PM
gcc and vi.
|
||
|
Vlambo BRB, Posting Posts: 1,175 Joined: Nov 2008 |
05-02-2011, 08:41 PM
Further research shows me that gcc is preinstalled on Linux, just a matter of learning the commands now.
|
||
|
Kirby Uninstalling Posts: 3,853 Joined: Jun 2009 |
05-03-2011, 03:19 PM
|
||
|
CaffeinePowered Mad Hatter Posts: 12,998 Joined: Mar 2008 |
05-03-2011, 03:50 PM
For windows - Visual Studio
 Sig by Joel |
||
|
Eschatos Jack Thompson Fan Club Member Posts: 4,447 Joined: Mar 2008 |
05-03-2011, 05:57 PM
|
||
|
HeK Rotartsinimda Posts: 4,183 Joined: Jun 2015 |
05-03-2011, 09:42 PM
(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. |
||
|
Negate Born the same day as Linux... poor guy.. Posts: 766 Joined: Apr 2008 |
05-04-2011, 08:43 AM
(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] Your in the minority, its supposed to taste like a shit taco Jon Stewart [move]ii@.[/move] |
||
|
Kirby Uninstalling Posts: 3,853 Joined: Jun 2009 |
05-04-2011, 09:02 AM
Real men don't fancy!
|
||
|
HeK Rotartsinimda Posts: 4,183 Joined: Jun 2015 |
05-04-2011, 09:19 AM
(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 |
||
|
Vandamguy Guest |
05-04-2011, 04:48 PM
|
||
|
Kirby Uninstalling Posts: 3,853 Joined: Jun 2009 |
05-06-2011, 01:30 PM
(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> |
||
|
|