running c++ prog in linux

Status
Not open for further replies.

shivi4

Journeyman
i have ubuntu 5.10 with gcc /g++ install

i also have ide for c++ in linux whee i have run c++ progs

but problem is do not know how to run c++ programs
in the terminal window
plaese give all the steps to run .cpp prog

also tell the procedure for running c++progs in red hat too
 

Satissh S

Youngling
hmm.. compile it using,
1. g++ -o program program.cpp
Make it executable,
2. chmod 700 program
run it,
3. ./program
Anjuta is a nice GNOME IDE with many features, comparable is KDE's kdevelop for developing c++ apps.
 

JGuru

Wise Old Owl
Use EasyEclipse. It's the best IDE for Python, Java , PHP, etc.,
Get it from here:
www.easyeclipse.org

Checkout it's features , the plugins available etc., here:
*www.easyeclipse.org/site/plugins/index.html
I hope you'll also agree.It's simply the best.
 
Last edited:
Status
Not open for further replies.
Top Bottom