Advertisement

Hi Linux Freeks!

Started by May 09, 2002 01:52 PM
10 comments, last by cruiz 22 years, 8 months ago
Hi at all Linux Freeks out there! I''m new in the world of Linux. And so I''m searching for a good c++ compiler for it. Something like VC++ would be nice. I heard something about g++. Is this good? Could you probably give me some links were there are some good news? I have allready a java-compiler from sun for it. ok i hope you can help me to start some cool stuff for a cool new virtual-world. Greets: C.Ruiz
you probably have either g++ or gcc (or both) pre-installed with Linux so...happy coding
-LuctusIn the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move - Douglas Adams
Advertisement
g++ comes preinstalled with Linux, it is good. It is the de-facto standard *NIX compiler nowadays... go to gcc.gnu.org

Depending on what you installed, you may use KDevelop as your IDE, or emacs or vi or nano as your editor.

Note: the lates release of the g++ suite also handles Java (along with C, C++, Fortran 77 and Objective-C)

[Questions (STFW) | GDNet Start Here | GDNet Search | Forum FAQ | Google | Asking Smart Questions ]
[Docs (RTFM) | MSDN | SGI''s STL | OpenGL | File formats]
[C++ Must Haves (RTFS) | MinGW | Boost | Loki | FLTK | SDL ]

Stolen from Magmai Kai Holmlor, who held it from Oluseyi, who was inspired by Kylotan...
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
If you are searchibng for an like MSVC++ then you probably would like KDevelop as fruny said. But search www.freshmeat.net (don''t know the syntax here)
for ide''s. There is one for gnome b i cant remember it''s name. Or learn to use tha make program to write Makefiles and use emacs with various settings for your favourite language

good luck...we have to make the linux game community alot bigger

--Spencer
--Spencer"All in accordance with the prophecy..."
The IDE for GNOME/GTK+ is called Anjuta. Personally, I prefer it to KDevelop. http://anjuta.sourceforge.net, I think.

In reality, I don''t even use IDE''s that much anymore. I prefer editing code with NEdit and then using makefiles.

rm -rf /bin/laden
quote: Original post by cruiz
Hi at all Linux Freeks out there!
I''m new in the world of Linux.
And so I''m searching for a good c++ compiler
for it. Something like VC++ would be nice.
I heard something about g++.
Is this good? Could you probably give
me some links were there are some good news?
I have allready a java-compiler from sun for it.
ok i hope you can help me to start some cool stuff for a cool new virtual-world.

Greets: C.Ruiz


g++ is a pretty good compiler to use and it comes bundled with all distros.( Not like some OS we won''t mention ). FYI: "vi" is your friend, learn it and use it( it''s on all Linux/Unix versions also ).



"And that''s the bottom line cause I said so!"

Cyberdrek
danielc@iquebec.com
Founder
Laval Linux

/(bb|[^b]{2})/ that is the Question -- ThinkGeek.com
Hash Bang Slash bin Slash Bash -- #!/bin/bash
[Cyberdrek | ]
Advertisement
If you''re new to the world of Unix-likes and are used to IDEs like MSVC++, then vi is going to be your worst enemy.

cu,
Prefect

Return to the Shadows
Widelands - laid back, free software strategy
vi is like having to know how to program, before you can start entering text.

Not only that, but read the man pages first... the funniest thing in the world is watching the newb trying to figure out how to exit (once they realize they can''t figure out how to enter text) and they never even get to not being able to figure out how to save!

*grin*

i do love vi though
Last I checked, running vi without a filename on the command line gives you a default document that says: "Type :h" to learn vi.

And if you think vi is bad, try emacs.
---New infokeeps brain running;must gas up!
Here is a web address that has links to several editors. Go to the bottom of the page. Good luck, I just started with Linux and have been using KDevelope and so far it is great. Good luck.


http://lgdc.sunsite.dk/resources/category15.html

GRELLIN

CGP | IYAOYAS


[edited by - grellin on May 15, 2002 9:53:33 PM]
Steven Bradley .:Personal Journal:. .:WEBPLATES:. .:CGP Beginners Group:. "Time is our most precious resource yet it is the resource we most often waste." ~ Dr. R.M. Powell

This topic is closed to new replies.

Advertisement