Is it possible to make an output c++ window to be white? I need somehow to printout a screen out put of program that i wrote. Any ideas?
It would take using controls to change the colors of things. However, you may be able to do this a couple other ways. 1) When you take a screen shot, invert the colors before printing. 2) Change the system's default colors for the terminal window.
2) Change the system's default colors for the terminal window. how to do this?
What operating system?
windows
You can change the color with your code. Try this http://www.wncoder.com/2012/07/c-change-color.html
If you just need it for the screen shots, right click the top bar of a command prompt window. Select properties. Colors should be there. You can change the background and text for just one window or for the default.
Join our real-time social learning platform and learn together with your friends!