Deleting/Reading Text, and Coloring it.

Is it possible to delete or read text you have already written to the console? If so, how?

Also, is possible to output colored text? How?
You can do both if you use platform specific functions. If you're on windows, see http://msdn.microsoft.com/en-us/library/ms682073(v=vs.85).aspx ( ReadConsoloeOutput and SetConsoleTextAtribute are the ones you need )
Topic archived. No new replies allowed.