[quote name=\'Chris319\' date=\'Jul 9 2003,08:06 PM\']Chris L.: How do you like Visual C++?[/quote]
Well, see, here's what I thought I was gonna do: When I was programming in high school, I was taught Pascal. So I understand Pascal syntax pretty well. So I figured, hey, C++ isn't THAT far removed from Pascal, I'll pick up the Visual one, get a nice book, and I'll be writing Windows apps in no time.
After about three days two realities came to mind:
1) \"C++\" and \"Visual C++\" are two distinctly different programming techniques.
2) This is NOT the way to learn C++.
So I'm fumbling. This is the first time I've programmed in a Windows environment, and it's nothing like I've ever used before. Mind you, it's a really neat programming environment, but it assumes you know C++ going in. This evening I spent much of the night building the wager boxes for Daily Doubles and Final Jeopardy (easy, but involved to do it right), and hit the wall trying to figure out how to get whatever they type into that box back to the main form and converted into an integer so I can use it. Oh. THEN I have to figure out how to reprimand the user if they wager more or less than is legal.
A Dummies book may be in my future.