Hey Guys,I have been playing around with <windows.h> today and encountered the system("color 01") function,I decided to give it a go on a program i had made recently and encountered a strange problem,First here's the code:
As you can see i intend to have the color of the first line different than the rest but it stays system("color 07"); for a millisecond and then all the output changes to yellow the second color,how can i resolve that? Sorry if i am being stupid.