My first sucessfull c++ game!

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
TheBuzzSaw
Chaos Rift Junior
Chaos Rift Junior
Posts: 310
Joined: Wed Dec 02, 2009 3:55 pm
Current Project: Paroxysm
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: My first sucessfull c++ game!

Post by TheBuzzSaw »

Yeah, it's a good habit to focus on standard libraries that work across all platforms. That becomes difficult when doing stuff like console colors, but you'll find that many libraries do what you need to do regardless of the OS.

Learn the Boost libraries!
Post Reply