Is there anyway to print into a textarea or something using printf( or something similar)?
I need to print chars with different colours including spaces.
A table can be a solution if is possible to “paint” the cells.
Using labels would be awesome but is in a random IxJ (columnsxrows) and is impossible to select each one.
thanks
Since you mention
printf, I assume you want to output to the console. You can use SetConsoleTextAttribute to set the foreground and background colour to be used.