Hey, everybody! I stumbled upon this site looking for c++ cheat sheets and the one offered here is killer, so I decided to join the community.
I worked through Michael Dawson's Book,
Beginning C++ Through Game Programming Second Edition, and I have some questions.
First off, I want to start making my own projects, but I don't want to be limited to the console. VC++ Express looks nice, but I feel it's a little complicated for projects of my type. I learned a little about WX widgets and I was wondering if somebody could point me in a good direction for learning it along with a simple editor for making UIs with it.
Also, besides non-console applications, I wanted to make some non-console games. Pong seems like a good place to start, and if anybody could point me in the direction of a good c++ tutorial for non-console games that would be great.
Other questions:
If I do end up using VC++ Express (or even VS 2008) can I use WX widgets? And is the code portable?
Right now I use Dev-C++. It lacks some features (like parentheses highlighting, and the indenting can be weird sometimes) and I was wondering about other IDEs (I'm on windows vista). So far I've seen VC++ Express and Code::Blocks, but I haven't gotten too far into using them.
I kind of missed the point of enumerators while reading the book. Can somebody explain them to me and their usage?
Thanks, everybody. I'm looking forward to being an active member in these forums.