This is probably really stupid, but how do you write aprogram that runs under a gui, like most programs, not just text. For example, how would you write, say, a graphical calculator, or something. How do you import graphics and other files?
Printable View
This is probably really stupid, but how do you write aprogram that runs under a gui, like most programs, not just text. For example, how would you write, say, a graphical calculator, or something. How do you import graphics and other files?
Well, take a look around the posts and tutorials etc which are posted on the windows board on this very forum.
The Win32 API, MFC, wxWidgets... If you're programming in C and only for Windows, then it's suggested you go with Win32