I tried changing the colour of a text in c++ on sololearn didn't seem to work. Any reason why ?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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; }

15th Apr 2017, 9:28 AM
Joseph Sai
Joseph Sai - avatar
4 Antworten
+ 23
Not supported in code playground...
15th Apr 2017, 9:28 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 20
okk
15th Apr 2017, 9:29 AM
Joseph Sai
Joseph Sai - avatar
+ 3
Thats new to me. I am going to give that a shot!
27th Jun 2017, 11:10 PM
Manual
Manual - avatar
0
will I get the hang if it soon ?
25th May 2017, 1:24 PM
jan maj
jan maj - avatar