You are here:

C/Making a character bright in C

Advertisement


Question
Hello,
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.

Answer
Hi 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.

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Zlatko

Expertise

No longer taking questions.

Experience

No longer taking questions.

Education/Credentials
No longer taking questions.

©2012 About.com, a part of The New York Times Company. All rights reserved.