Quote:
Originally posted by merhaba
Well I am new to C++ and I know little about C++ .All that I see
is "a DOS window" Is there any small and simple program that I play with..
for example ,lets first generate a random number and if number =10 let the
background color of our page becomes green..
This way I will get an idea of how C++ works...or any suggestion??
thanks
It depends on what graphics interface you want to use. If you want to change the background color of a console window, then you have to color each line and it can get messy. I don't believe that would even color the entire window.