Hey, I created a YouTube channel showcasing some of C++ games and programs that I've made. I'm pretty sure you guys see tons a topics like this all the time but it would be appreciated if you were to check it out, and if you want subscribe. The reason that I made a YouTube channel, was to see my progress learning C++. If I was getting better or not, and to get constructive criticism from the community to see where I can improve.
The URL: http://www.youtube.com/user/TheGuyNextDoor96
So far I've only got one video, showing a Call of Duty Game I made but I'll try to be posting more every week or 3 days.
Thanks for reading and go check it out.
"\033[2J" is the VT100 / ANSI escape code to clear the screen and move the cursor home. It is something like calling system("cls") -- just safer in terms of what can go wrong.
I guessed it was some kind of VT-10* escape code but I'm confused about the entire thread, really. I don't see any relevance from one post to the next.