I have researched a c++ code that outputs a dialog. It outputs the dialog in different color for every letter and changes the background to white.
What i want is to make it output just a single color, specifically color yellow and the backgroud should be black in order for the user to see it clearly. Also, i want to make it output faster. How would i do this?
thanks for that. but can you make the dialog appear as what the code above have done?.i,e., every letter will not appear simultaneously but rather one after another..?