3 months ago me and my classmates played with visual c++ 6.0. We made a infinite loop of numbers that kinda looks like the matrix thing. We changed the font of the cmd of c++ to green. Now the problem is I can't turn it back to normal. I tried the Tools -> options thing i found in the internet but it didn't work. Does anyone know how I can turn it back to normal? thanks. BTW this is the code we used to make the font green.
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 2)