+ 1
Is bold output in c++ possible?
I would like to print a particular word in bold (in a cout statement). Is it possible? If yes, then how can it be done?
4 Answers
+ 1
It varies from platform to platform. It's actually not related to C++, some terminals have special tags to make text colored, bold etc.
Sadly it's not possible to do in Windows.
0
Yes
Almost everything is possible in c++
0
So...if you are using another terminal on windows which is not command prompt, u can't do it?
0
It's not possible to do it on command prompt. I'm not sure about the unofficial terminals in Windows, though.