Please don't forget that I'm a beginner. So, please don't making things more complicate for me. :)
I have this code and the program is functional. But I want the bold lines in the following code to be bold and blue. How do I do this? Is this possible? Please guide me. Thanks a lot.
This depends on which system you are on. Windows I am not sure how it does it anymore, since it doesn't want to rely on the console that much. I don't know if its a ANSI or VT-xxx terminal anymore.
If you are on Linux there are several console libraries to help with that stuff. nCurses I believe is what it is called. I don't know if it ports to windows without something like one of the linux emulators out there.
Borland compilers, and Open Watcom compilers might have libraries for doing this in console which were easy to use.
I don't know how complex you were talking. If I were to be careful I would have to research based on the platform I was using.
Dev-C++ generally comes bungled with a version of MinGW. That said, I'd like to ask that you move away from Dev-C++, just because the bundled MinGW and the IDE alike are both ancient.
Now, as for text styling, I would indeed recommend pdcurses. If you don't already have that or another curses variant you can get it here: http://pdcurses.sourceforge.net/