almacen
April 13th, 2007, 12:21 PM
Got advised to post here...so here it is....
Hi,
Quick question, I am trying to add a plugin to gedit so when I press say "F5" it complies my C++ code, I was thinking the command has to be something like this:
g++ %n -o main;
But this doesn't work, it says:
Running tool: g++
g++: %n: No such file or directory
g++: no input files
Any ideas?
Thanks a lot
Ali
Edit/Delete Message
Hi,
Quick question, I am trying to add a plugin to gedit so when I press say "F5" it complies my C++ code, I was thinking the command has to be something like this:
g++ %n -o main;
But this doesn't work, it says:
Running tool: g++
g++: %n: No such file or directory
g++: no input files
Any ideas?
Thanks a lot
Ali
Edit/Delete Message