It has to be some color and blue is nice.
I want my C++ program become interesting How can I change the color of background and color of font even size of font......... I will always use system("cls") to clear there screen..... so I want do C++ DOS into something we call presentation like powerpoint Haha........ Any tutorial? That all Thank you
printf();
With conio.h you can change the background color (function textbackground).
printf ("x")
The del character, #255, has no symbol. It is a non-printing character, so you cannot display it on the screen.
Going full screen is not a C or C++ feature; it is an operating system feature. If you are running under MS Windows, you can go full screen in a console application by using <Alt><Enter>. Use <Alt><Enter> again to go back to windowed mode. You can also preset this in the shortcut.
It must be done by a platform-dependent function, it's "clrscr" from conio.h in TurboC
TFT or CRT doesn't make difference in using BGI graphics.
C++ has nothing to do with pixels. Your question may be related with 'Windows programming' or 'DOS programming' or 'X Window System programming'.
Clearing screen in DEV C++ compiler :#includeint main(){system("cls");}OR: Permanent solution :-Paste the following text in "C:\Dev-Cpp\include\conio.h" of your system#include#includevoid clrscr(){system("cls");}Then you can use clrscr() as a normal built in function under !!!!!!!!!!!
Platform-dependent. For TurboC use functions of header conio.h (use built-in help).
b+b+b+c+c+c+c =3b+4c