Ok what im trying to do is get a window for a program in C++
Ive done mainly java programing and in Java i jus do:
setSize(width, height);
setLocation(x,y);
addWindowListener(new CloseMyWindow());
//bla bla bla u get the point
...how would u make a window in c++ is all im asking
also what is the best C++ compiler in ur views, ive donwloaded some but they all seem to be diffrent and give me diffrent errors..which is kinda weird but ne ways thanks for the help 
|