slrafal
November 29th, 2005, 11:19 PM
I'm looking for some advice regarding programming with C++ in Ubuntu. I'm a Comp. Sci. student learning the C++ language and essentially looking for an IDE. On campus we program in emacs which is okay but I would like something better.
Any opinions on Anjuta?
Second thing I need help with is, how do I make a C++ executable. At school, when I create the file.cc, all I have to type at the command line is make file and either I get errors or it simply makes an executable in my directory. But on my Ubuntu system, I get the following:
bash: make: command not found
I'm still a newbie to the Linux world, so could someone please help me out. Thank You.
Any opinions on Anjuta?
Second thing I need help with is, how do I make a C++ executable. At school, when I create the file.cc, all I have to type at the command line is make file and either I get errors or it simply makes an executable in my directory. But on my Ubuntu system, I get the following:
bash: make: command not found
I'm still a newbie to the Linux world, so could someone please help me out. Thank You.