Hi everyone.!!
Back again with a [stupid??] query.
Alrite, I want to compile C++ programs on ubuntu for which I installed the Geany IDE from Add/remove programs.But got to know that it can't compile programs, being an IDE.[stupid me ... totally missed that IDE part.!
].
Now, how do I get Geany to compile source files too...??
Also, what do you guys prefer for compiling C++ source files.??
shadyEDIT:
Got over the problem.!!Had to do:
sudo apt-get install g++
and
sudo apt-get install build-essentials.
to get it working.
Also Geany won't compile a file from NTFS partitions. So I had to move all my windows-created projects to / to get them working in Geany.
Thanks,
shady_inc.