Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi; for (int i=0; i<21; i++) cout << i<<" " ; return 0; My question is how can I get the outputs in bold form?
I haven't used it myself but you may want to check out the SetConsoleTextAttribute API. Steve
SetConsoleTextAttribute
Em... I tried this approach. It works! I learn a new skill from you. Thank you, Steve. Thanks to the person who post this question too. Regards, Chris