View Full Version : [kubuntu] I want to do some simple c++ programs, need help
malaya
May 7th, 2008, 01:29 AM
- can i use gcc to make c++ programs?? how?? :confused:
- thanks
Monicker
May 7th, 2008, 01:33 AM
Use g++.
Install the build-essential package via Synaptic, or "sudo apt-get install build-essential" from a terminal.
malaya
May 7th, 2008, 01:39 AM
Use g++.
Install the build-essential package via Synaptic, or "sudo apt-get install build-essential" from a terminal.
- i have installed build-essential, how can i go to the c++ compiler??
Monicker
May 7th, 2008, 01:44 AM
- i have installed build-essential, how can i go to the c++ compiler??
By using g++, as I mentioned.
From a terminal session:
g++ --help
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.