I want to make an iostream type class. I would like to find the most efficient way to write a set of characters to the screen. Ideas:
printf-I dont want the type formating I need to do that myself.
WriteConsole-Read that it was slower than printf? True/False?
*Assembly-Dont know how
other?
*my main concern is if I could find how to do it. I dont have any rush as far as time.
EDIT: for some reason WriteConsole is slower.