bigfoot150
n00b
- Joined
- Jan 29, 2006
- Messages
- 5
Hi all. Been a fan of the site for some time now and figured it was finally time to register in the forums.
Anyways, I am a relatively novice programmer. I have taken classes in college programming in C so I do know my way around the command line. The classes i took were typical programming classes starting out with the prerequisite helloworld going all the way to programming binary trees and other various data structures.
To expand my skillset, I want to learn how to do some gui programming with windows. I bought the book Programming Windows by Charles Petzold because I saw it recommended as the best book for the job. I also decided that as a small project I would take one of my command line programs that converted number bases(binary,octal, base10, hex) and do a windowed version. Well, I got thru chap1, chap2, and then somewhere between chap2 and 3 it all turned to greek. My beloved printf was no where to be seen.
At this point, I am thinking that I might be in over my head because it seems like alot of lines of code for a simple window with a line or 2 of text going by the examples in the text. Now the question is, am I going about this the wrong way? Is there a better way?
Anyways, I am a relatively novice programmer. I have taken classes in college programming in C so I do know my way around the command line. The classes i took were typical programming classes starting out with the prerequisite helloworld going all the way to programming binary trees and other various data structures.
To expand my skillset, I want to learn how to do some gui programming with windows. I bought the book Programming Windows by Charles Petzold because I saw it recommended as the best book for the job. I also decided that as a small project I would take one of my command line programs that converted number bases(binary,octal, base10, hex) and do a windowed version. Well, I got thru chap1, chap2, and then somewhere between chap2 and 3 it all turned to greek. My beloved printf was no where to be seen.
At this point, I am thinking that I might be in over my head because it seems like alot of lines of code for a simple window with a line or 2 of text going by the examples in the text. Now the question is, am I going about this the wrong way? Is there a better way?