How can you make text right next to eachother different colors? With:
Code:
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), FOREGROUND_BLUE | FOREGROUND_INTENSITY);
you have to make a new line via endl to make a new color text, or else everything is the same color. So what if you want two words right next to eachother different colors without a new line?