cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Deleting/Reading Text, and Coloring it.
Deleting/Reading Text, and Coloring it.
Jul 8, 2011 at 11:20am UTC
KrahkaMaster
(16)
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?
Jul 8, 2011 at 11:46am UTC
hamsterman
(4538)
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.