Thursday, July 30, 2009

How do I make a program in C++ using a resource file?

Im fairly new to C++ programming, that is, I am able to program console programs but thats as much as I know. I want to write a win32 app using a resource file. I want to try and make a simple calculator. I used ResEd to make a nice calculator skin, but that is as far as I can go at the moment. How can I use C++ to make a working calculator. I could use some good online tutorials or some personal help. Im also using Dev-C++.

How do I make a program in C++ using a resource file?
I use Dev-C++ and when I started to teach myself Win32 programming, I began with this tutorial:


http://www.winprog.org/tutorial/





Also helpful was a book I checked out of my local public library:


Windows Game Programming for Dummies


http://www.dummies.com/WileyCDA/DummiesT...





But seriously, that online tutorial is a very good place to start.

narcissus

No comments:

Post a Comment