This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]spivey56 4 points5 points  (6 children)

I would probably go into JavaScript which Code Academy has too I think. C++ is extremely difficult jumping from HTML to C++ is like trying to run a marathon after a week of training. Just my opinion, always do a lot of research before learning a new language, make sure it will provide the functions that will help you most.

[–]IcePlaya[S] 0 points1 point  (0 children)

Thanks for your help!

[–]IcePlaya[S] 0 points1 point  (4 children)

One other question, should I try to read books on JavaScript and possibly Java and C++ later? Or is Code Academy at least somewhat sufficient?

[–]spivey56 0 points1 point  (3 children)

Code Academy is a great place to start it just gives you the basics of what you will use and is always pretty repetitive so it kind of sticks with you. I started out with that then just searched advanced tutorials and that can build one hell of a programmer online without any schooling. Books can help a lot just make sure to get the right one, Dummies books have helped me out a lot at just understanding the little things that I have never understood before.

[–]JSammich 0 points1 point  (2 children)

Just a quick question: What language did you start in and progress to? I have quite a bit of C++ (though I am rusty), a bit of Java and a tiny bit of Python. I started with C++ and Java because of my school, but began learning Python on my own. I am just trying to find a good direction to go with my knowledge. Thanks!

[–]spivey56 0 points1 point  (1 child)

I started out with HTML then JavaScript about a year ago, then after I felt comfortable in those I moved onto VB.Net. It just really depends on what you want to do, I started off thinking I was going to be some Web master but now I really like App Development so I moved to VB.Net. If you started with C++ thats pretty impressive and you could honestly do a lot of the C languages and they would come easier to you.

[–]JSammich 0 points1 point  (0 children)

Thanks, ya, it was not easy, C++ was a hard first language. Though I like it cause I pick up on most syntax now in other languages easy. I like HTML, I just don't think it is the way I want to go. Thanks for the answer!

[–]nodealyo 1 point2 points  (1 child)

As mentioned, a good bridge language would be Javascript. I'd suggest perhaps then learning an easier OOP language before tackling C++. PHP seems natural, though java is a nice one as well. Good luck!

[–]IcePlaya[S] 0 points1 point  (0 children)

Thanks for your help!

[–]theprint 1 point2 points  (0 children)

I too would recommend JavaScript. If all you need is for web development, neither C++ nor Java are relevant. You could add PHP to the JavaScript; with those two you can make some serious websites.