Thread: Anjuta not compiling correctly
hello,
started taking class on c++. in class, use visual studio 2010, don't have windows machine. trying use anjuta, having trouble.
have installed, dependencies resolved, can't seem run own program.
when type:
the 'using namespace std;' not highlighted should be, else is.#include <iostream>
using namespace std;
void main()
{
cout << "test";
}
build it, compile , run it.
output:
no matter run- own code, code internet, whatever, keep getting "hello world" message./home/paul/ex2cpp/debug/src/ex2cpp
----------------------------------------------
hello world!
----------------------------------------------
program exited errcode (0)
press enter key close terminal ...
quite annoyed , help. code worked in class!
thanks.
edit: might note on 10.04. might not, though.
are sure compiling or running right program?
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Anjuta not compiling correctly
Ubuntu
Comments
Post a Comment