Well... im making some kind of graphic engine for console in c++, ASCII based, just for exercise...
anyways, i was wandering, can i print text faster? Right now i'm printing the whole map of characters (pix[160][120]) in a single line, so it is fast, however i need it faster cause the screen is flickering and it is realy annoying..
help please?
im kind of newbie to console input output streaming..