setbkcolor(BLUE);
/* or */
setbkcolor(1);
/*Color codes:
Name Value
BLACK 0
BLUE 1
GREEN 2
CYAN 3
RED 4
MAGENTA 5
BROWN 6
LIGHTGRAY 7
DARKGRAY 8
LIGHTBLUE 9
LIGHTGREEN 10
LIGHTCYAN 11
LIGHTRED 12
LIGHTMAGENTA 13
YELLOW 14
WHITE 15 */
2) Turbo C++ 3.0? Whaich museum did you rob? This compiler is 20 years old! C++ Standart undergo many changes since then and I don't think it would work well in modern OS
could not understand any other IDE that was good and at the same time simple to understand. and if i do #include<fstream.h> in code blocks then it says that there is an error. why? it is a valid header file after all?