cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
installing gcc in ubuntu
installing gcc in ubuntu
Mar 24, 2011 at 11:41am UTC
aaftabrai
(3)
as i m beginner can anyone tell how to install gc on ubuntu OS.....
Mar 24, 2011 at 12:37pm UTC
matsom
(288)
Linux distros are usually shipped with gcc and g++, just open the terminal and type gcc -v. If (by some crazy settings) you found that there's no gcc, just use the default add/remove programs e.g Synaptic to get your gcc (and get CodeBlocks too!)
Mar 24, 2011 at 3:42pm UTC
moorecm
(1932)
http://cplusplus.com/forum/beginner/39271/
Mar 24, 2011 at 3:57pm UTC
hanst99
(2869)
by some crazy settings
Ubuntu does ship with gcc- but as a package on the CD (build-essential), it's not installed by default.
Topic archived. No new replies allowed.