Quote Originally Posted by elsheepo View Post
so, do u use a Text editor to write the program? such as "vi" or "pico" or "joe". for example
anything you want
Quote Originally Posted by elsheepo View Post
g++ -o project1.c++ project1.cpp
then what?
in the same directory run it like this:
Code:
./project1.c++
though, that's not a very good name for it.

BTW: I prefer geany, just a fancy text editor really.