About Store Forum Documentation Contact



Post Reply 
Getting started in C++
Author Message
rsutton84 Offline
Member

Post: #1
Getting started in C++
Hello community, I came across a great video series which teaches you the starting points for c++ and other languages. The authors name is Bucky and as well you may want to check out another series for other languages on youtube as the author of other languages is "mybringback"

But currently the link provided below comes recommended to those who are just starting out in the new language of c++ and what I am currently watching as well.

http://www.youtube.com/watch?v=tvC1WCdV1...8440AA6B83

Skype: Rsutton84
On the Esenthel IRC: https://webchat.freenode.net/
Channel = #Esenthel
05-22-2013 07:35 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #2
RE: Getting started in C++
Very nice. Just keep in mind that Visual Studio is pretty much the industry standard (and just as free for you); it's also what EE uses. Some of the compiler functionality will be different, but the C++ should be 99.99+% the same across compilers.
05-22-2013 07:53 PM
Find all posts by this user Quote this message in a reply
rsutton84 Offline
Member

Post: #3
RE: Getting started in C++
oh yes i agree and also use vs studio. Just because he uses code blocks does not mean you have to nor does it probably even make a difference weither or not you use codeblocks or vc++ for the tutorials

Skype: Rsutton84
On the Esenthel IRC: https://webchat.freenode.net/
Channel = #Esenthel
05-22-2013 08:02 PM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #4
RE: Getting started in C++
I don't get how someone who can code 6 languages needs youtube tutorials?
Buy a good C++ reference book wink

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
05-22-2013 11:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rsutton84 Offline
Member

Post: #5
RE: Getting started in C++
Ya I noticed it is basically the same thing as a few languages, just a few things different. Actually im surprised, I cant believe I put it off so long.

Skype: Rsutton84
On the Esenthel IRC: https://webchat.freenode.net/
Channel = #Esenthel
05-23-2013 12:17 AM
Find all posts by this user Quote this message in a reply
Post Reply