c in windows
Hosting and Servers
3
Posts
3
Posters
3
Views
1
Watching
-
can C/C++ display images in windows OS ?
-
can C/C++ display images in windows OS ?
-
can C/C++ display images in windows OS ?
Programming the Windows event loop in C is joyous fun akin to tearing a half healed scab off. You get two 32 bit messages of which you use parts to see who sent the message and what values are in it. Then you repond in kind. I recommend doing it that way. We don't need no stinkin C++ for that even though millions of images were displayed in Windows Apps using C++.