|
Newber at Linux -running debian squeeze. Newber at GTK . Using CodeBlocks GTK+ project
I tried to "#include <vector>" in the project and get --> "error: vector: No such file or directory|" I've tried <../vector> and other hacks using namespace std --> error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘namespace’|
#include <vector> --works fine in a console application I see that GTK includes are installed in /usr/include/gtk-2.0/gdk ---maybe this is wrong
Can <vector> be used in a GTK app?
Thanks in advance
|