Update 2024-03-27: Greatly expanded the "Samples" page and renamed it to "Glossary".
Update 2024-04-04: Added 5 million mid-2011 posts from the k47 post dump. Browse (mostly) them here.
Update 2024-04-07: Added ~400 October 2003 posts from 4chan.net. Browse them here.

Welcome to Oldfriend Archive, the official 4chan archive of the NSA. Hosting ~170M text-only 2003-2014 4chan posts (mostly 2006-2008).
[15 / 0 / ?]

[1395506044] C++: Move a character around on the screen?

No.958186 View ViewReplyOriginalReport
You know how in Roguelike games, your character might be a "@" and you can move it around the screen in by using the directional keys or clicking? How can I do that in a simple Win32 console program?

I'm not looking to have the code written for me. I just need someone to point me in the right direction.