C++ widget without toolkit

Hi first of all some data:

Im using Geany IDE, cause it seems to not produce too much rubish or too much folders like other IDE's just the ones I will use.

The problem...

I choosed Linux because of the open software stuff, but seems to be failing.

I have seen tutorials on making a simple window though everytime i try to compile.

1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <wx/wx.h>
using namespace std;
int main()
{


cin.get();
return 0;
} ///:~



I cannot compile even when i have downloaded the libraries and stuff it really getting annoying, having to run the program from inside the EDITOR...



I Dont know GTK+ will not work either im sure, also Netbeasn would probably but it generates a lot of files instead of the ones i need..


Really i need help
I cannot compile even

And how does that make itself known? How do you invoke the compiler?

having to run the program from inside the EDITOR...

What? Elaborate.
Topic archived. No new replies allowed.