+ 2
How can we create banner from c++
C++ is OOP with this we can use void function and call it with several place. Is there any idea of creating banner.
6 Answers
+ 1
In python programming one can create banner/title using banner() function in the output of command line script...
creating banner/title is possible in c++?
+ 1
can you help me giving sample code of banner function in c++.
+ 1
void banner(){
cout <<"*****************" << endl;
cout <<"Hello" << endl;
coutn <<"*****************" << endl;
}
+ 1
thanks bro
0
what do you mean by banner?
0
of course you can write a function called banner and call it at the start of the program