Soldato
- Joined
- 10 Apr 2004
- Posts
- 13,497
Basically I need to make a program, i've done the back end in C and it works more or less in the DOS window.
Now I need to make a full screen app that has different "pages" of information.
Now i've looked at GTK++ and gtkmm and Visual C++ and they all seem ridiculously complicated and require me to learn C++.
On OS X with Xcode there is a GUI app that allows you to more or less link code and GUI. Is there anything out there for the windows side that uses C that I can learn without spending WEEKS on it or some base code someone could knock up with comments explaining what the important bits are?
It took me a good 10 weeks to learn C, and even tho its not by any means complete knowledge of it I can make an app easy.
Can anyone give me some suggestions on how to go from here? I'd prefer it not to be the Windows32 API i've been reading about because if I learn I'd like to be able to do it on OS X aswell
Cheers!
Now I need to make a full screen app that has different "pages" of information.
Now i've looked at GTK++ and gtkmm and Visual C++ and they all seem ridiculously complicated and require me to learn C++.
On OS X with Xcode there is a GUI app that allows you to more or less link code and GUI. Is there anything out there for the windows side that uses C that I can learn without spending WEEKS on it or some base code someone could knock up with comments explaining what the important bits are?
It took me a good 10 weeks to learn C, and even tho its not by any means complete knowledge of it I can make an app easy.
Can anyone give me some suggestions on how to go from here? I'd prefer it not to be the Windows32 API i've been reading about because if I learn I'd like to be able to do it on OS X aswell

Cheers!