Are Different Coloured Strings Possible In C++ Console?
There is no "C++ console".
There are various terminal emulators that do show text written by programs to standard output. They don't have common standard.
There are some libraries, like ncurses that a program can use to interact with terminal emulator.
So yes, coloured text is possible.