Title: Compilers In Linux
Description: help
skatekid - December 1, 2006 02:13 AM (GMT)
I just installed SUSE Linux 10.1 on my computer and I have never programed before with Linux. I was just wondering if Linux comes with a built in C++ compiler and how to access it?
C-Man - December 1, 2006 07:42 AM (GMT)
usually it comes with GCC
skatekid - December 1, 2006 07:01 PM (GMT)
How can I test to see if I have it?
draco - December 1, 2006 09:10 PM (GMT)
Open a terminal and type in g++, should say "no input files" or something.
icon0x - December 5, 2006 10:08 AM (GMT)
#g++ -o ouputname main.cpp
AquaFox - December 8, 2006 05:46 PM (GMT)
I think this n00b is talking about an IDE. Check your package manager for stuff like KDevelop, Anjuta and CodeBlocks.