I'm trying to develop a roguelike game for the console, and I decided that black and white simply won't fit the bill as well as I though it would. I know that there are ANSI/ASCII escape codes that can make text a different color, but I'm not sure how to implement them in C++. If anybody knows how, please share. Thanks!