+ 20
I tried changing the colour of a text in c++ on sololearn didn't seem to work. Any reason why ??
#include <iostream> #include <stdio.h> #include <stdlib.h> int main() { system("COLOR FC"); cout<<"Hello!\n"; getch(); return 0; }
4 Respostas
+ 23
Not supported in code playground...
+ 20
okk
+ 3
Thats new to me.
I am going to give that a shot!
0
will I get the hang if it soon ?