8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Background colors seem wrong mapped (white shows grey, red is violet, etc.) If I compile
#include<conio.h> int main() { bgcolor(COLOR_WHITE); clrscr(); gotoxy(2,2); cprintf("hello world\n"); while(1){}; return 0; }
I get:
whereas with bgcolor(COLOR_RED) I get a violet background.
bgcolor(COLOR_RED)