So when I was looking threw the forum, and other forums. People had cited that it takes up too 3+ or 2+ or more years to learn C++.
I bust my ass learning this and I have background of vb.net, html, php, sql and like I would go to C++ learn something wait a month.
And then restart from ground zero learn everything again and learn more. Well this time around I have learned more and I just keep learning
like it just clicked instantly maybe because I have been programming vb.net since I was around 8 or 9.
But anyway my question. Is it true that it takes years to learn C++ I learned everything from
C++ Tutorial - Introduction to C++ - Cprogramming.com to like lesson 22, and I am on Video 22 of the TheNewBoston C++ tutorials just kinda a review
Is this everything of C++ or is there a ton more..
Alot of people on the internet exaggerate and I would like to know if im pretty far or what like give me a percent of done.
Mornings : Learn a lesson or something new in C++ then mess around with it for like 30 mins and bam bam thank you mama its there, because I focus!, determination.
Afternoons (during 8 hours of school) I read tutorials .
evening and night(4 to 12pm) Watch TheNewBostons(reviewing kinda, like checking if im missing anything) C++ Tuts and then will probably start another series.
So right now im kinda like C++ == Life and that's all I do. Because im determined!
Im I doing good, Im I on the right path, All the negative people discourage me and I just want to know. If I am making huge progress compared to the people that say it takes like 500 years to learn C++ . Lol
Suggest stuff to me and tell me what I can start next or what I can do to improve .. this is like a life or death thing lol that my determination level...
I wrote up stuff in my iPhone like notes and Print screened it and put it as my background like
************************************************** *******************************
Class Jake{
public:
Jake(string yell){
yell = "This is a constructor";
cout << yell << endl;
}
//thats how you build a class and much more other things smart idea eh, I look at my phone alot so I will see the c++ stuff alot faster learning
and during class if i cant take my laptop out I get out a piece of paper and just start writing programs and then test them later

, the guessing game program I made I saw it after I got done with the
C++ Tutorial - Introduction to C++ - Cprogramming.com tuts and was like wow what was I doing lol XD. P.S. I wrote that program during class on a piece of notebook paper xD the brought it over to C++ compiler
private:
protected:
};
************************************************** *******************************
Thanks You guys, I'm sure theirs other people that get discouraged by all the exaggerations.
Took me about a hour to write this
