C/Making a character bright in C
Expert: Zlatko - 10/31/2011
QuestionHello,
I have a problem in C. I am coding a menu driven program that has four options in the main menu: Add records, Search records, Modify records and Exit. I want to make the first characters of each of these options appear bright. For example, 'A' in Add records option is to appear brighter than the rest of the string, 'S' in Search records and so on. Is it possible to do so?
Regards,
Parixyt.
AnswerHi Parixyt
There is no specific way of doing this in C or C++. It will depend on the operating system you are writing for and the type of window displaying your menu. Is your program a console application on Microsoft Windows ? Are you using Microsoft compilers? Are you using Visual Studio? If so, then maybe I could help you. You may find that it is a lot of work for a very small result. Please let me know the details.