hello,
I'm making some console apps and games in C++ while I learn the language.
I really like the terminals in the game Fallout 3 and would like to make my console apps similar. Is there a way I can achieve a similar effect to the way text is drawn to the screen without any add-ons like ncurses etc?
Say for example drawing 5 characters to the screen, then half a second later another 5 etc to simulate that effect?
If you skip to 00:58 on the below link you'll understand what I'm after. Thanks!