Digital Paint Discussion Board

Digital Paint Community => Other Stuff => Topic started by: [bd]imalamp on November 07, 2006, 05:10:14 PM

Title: C++ video tutorial needed FREE
Post by: [bd]imalamp on November 07, 2006, 05:10:14 PM
does any one have a link to a C++ FREE video tutorial
Title: Re: C++ video tutorial needed FREE
Post by: KnacK on November 07, 2006, 05:16:30 PM
http://www.mcmcse.com/

Try that link
Title: Re: C++ video tutorial needed FREE
Post by: [bd]imalamp on November 07, 2006, 06:02:25 PM
i went there and then i clicked on view all videos then it took me to a sight i scrolled through the videos and i didn't seen anything involving C++ or was i supposed to go somewhere else
Title: Re: C++ video tutorial needed FREE
Post by: [bd]imalamp on November 07, 2006, 06:10:05 PM
OK i found a written one and its good and its teaching me different camands and how the computer responds to them....... where do i type the commands i have microsoft visual basic express...
Title: _
Post by: IronFist on November 07, 2006, 06:24:59 PM
Post removed
Title: Re: C++ video tutorial needed FREE
Post by: Eiii on November 07, 2006, 06:44:52 PM
This thread made me laugh, rather hard.

Stick with text tutorials, they'll be much more abundant and probably faster.

Also, don't double post.
Title: Re: C++ video tutorial needed FREE
Post by: TinMan on November 07, 2006, 07:29:12 PM
Eiii is completely right, stick with text. Books and .pdf's will do the trick, as will checking out the source code of programs, that's how I learn most things, by playing with what is already there.

What are you looking into making? It'll help determine what would be more suitable for you to use, VB is good for many desktop programs, but definitely avoid using it for making games...