YouTube Channel

Feb 1, 2011 at 7:16pm
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.
Feb 1, 2011 at 7:37pm
Actually I don't think that ever happened here at all. sadly..
Obligatory link: http://www.cplusplus.com/forum/articles/28558/
Feb 2, 2011 at 4:16am
system ("cls") is a very nice function. I think it would be nice if everything wasn't jumbled up and unreadable.

And you are a BEAST like that. ;)
Last edited on Feb 2, 2011 at 4:17am
Feb 2, 2011 at 6:08am
Don't use that. do: fputs("\033[2J",stdout);
Feb 3, 2011 at 6:30pm
I'm more than a little confused...
Feb 3, 2011 at 8:21pm
"\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.

If you want to clear the screen... http://www.cplusplus.com/forum/articles/10515/#msg49080
Feb 3, 2011 at 8:26pm
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.
Feb 3, 2011 at 9:11pm
cplusplus.com
C++ : Forums : Lounge : YouTube Channel

I guess...
Topic archived. No new replies allowed.