vc++ uses Forms it you create a C++/CLR project, which is Microsoft specific I think.
Here is a tutorial how to create a gui from pure win32 api functions.
Or you might try wxWidgets
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
wxWidgets is platform independent. Its available on both *nix and MS-Windows. And it's not a compiler, but a set of libraries that can be use with most any compiler. I suppose you are using g++ for the compiler with Eclipse.
>>and I don't really NEED the buttons etc.
You need to make up your mind about what you want. Do you want GUI or console text??
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343