I’m interested in C++ & Java programing & Web Design. I need a profesional online guide which I can follow to learn these things.
As for Web design, I need a guide on how to create my own website.
Thanks.
Tags: Best, Design, Learning, Place, Programing, Start, Where
February 9th, 2010 at 5:50 pm
for web design, go to http://www.w3schools.com
For C++, download either dev- C++ or MSVC++ express edition. I very strongly recommend the investment in a book, “C++ from The Ground Up” by Herbert Schildt, I have found very good to learn from.
February 10th, 2010 at 12:14 am
I learned how to develop software in college. I’d say that learning online is going to put you at a disadvantage because the interaction with a professor is important.
Studying books & online tutorials are great – but nothing can replace a teacher explaining something to you & making sure you understand it.
If you are going to study / learn from home buying a few good books is key. I’d recommend subscribing to the O’Reilly website. It gives you access to lots of books online.
February 10th, 2010 at 2:45 am
You can start learning C++ with these video tutorials:http://xoax.net/comp/cpp/console/index.p…
They are perfect for beginners. This one can get you started by showing you how to install a free compiler:http://xoax.net/comp/cpp/console/Lesson0…
Here are some simple games with code downloads that you can use to get some ideas:http://xoax.net/comp/cpp/console/Lesson9…http://xoax.net/comp/cpp/console/Lesson2…http://xoax.net/comp/cpp/console/Lesson2…
These tutorials can get you started with grpahics programming in OpenGL:http://xoax.net/comp/cpp/opengl/index.ph…
You can go through the tutorials & if you have questions on them of anything else in C++, please post to me here:http://xoax.net/forum/
Best of luck!