Search found 1 match
- Tue Nov 08, 2011 5:11 am
- Forum: Game Development
- Topic: Where to start ... (C++) ?
- Replies: 29
- Views: 10951
Re: Where to start ... (C++) ?
My personal recommendation for starting C++, would be to learn how binary works. What a bit is, what a byte is, all that awesome low level stuff that you probably think you'll never learn. Quite a long time ago I tried to learn C++ through online tutorials, but I couldn't manage it on my own. When I...