Page 2 of 2

Re: My first sucessfull c++ game!

Posted: Sat Mar 06, 2010 12:11 am
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!