change colour of console in c++ languageHow to change the colour of Console in C++ :programe: |
2)using namespace std;
3)int main()
4){
5) system ("color 2B");
6)}In c++ you can easily change the color of console or your output.Changing the color of console in c++ is very easy in c++ language.You can change the color of your console by using system command and color command,You can easily change the colour of your console output in c++ programe.You can change your console in red,pink,white,parrot,green e.t.c.
You can easily change the color of console in c++ language.
0 Comments