How to change the colour of Console in C++.


 

How to change the colour of console in c++
change colour of console in c++ language

How to change the colour of Console in C++ :    

programe:                                                                                             

#include<iostream>
2)using namespace std;
3)int main()
4){
5) system ("color 2B");
6)}
                     


  DESCRIPTION:                                                                           

This is a c++ programe to change the color of console in c++.This programe is about how to change the color of console in c++ language.You can use different color by using 1-7 for counting and A-F for a word.You can change your console  color in an color format.To change the color of console is easy  in c++.Just like this:


change the color of console in c++



change the colour of console in c++
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.

Post a Comment

0 Comments