Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am looking for online video (prefered) training for C++ & Java. Where can I find them? I used to learn alot of web development stuff from Lynda.com, Envato/Tuts+ Sites. But want to prepare for university that uses C++ & Java

share|improve this question
3  
Out of curiosity, why video? Isn't that just about the hardest way to learn how to program? – Jordan Jun 4 '11 at 4:29
@Jordan, I prefer videos, I think its personal preference. Books are fine, I sometimes prefer videos as I can see what the teacher is doing. Of course books are more easily scanned, is that why you prefer them? – Jiew Meng Jun 4 '11 at 5:42
1  
For me, video doesn't translate to understanding why code does something. I have to be able to see it and control it, and maybe experiment a little bit with it. On video I lose a lot of my ability to understand the process, but then again, that's because most code training video is created by people that don't actually understand programming...it's just monkeys churning out videos to make money off suckers. – Jordan Jun 4 '11 at 17:42

closed as not constructive by Mark Trapp Dec 16 '11 at 1:51

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

up vote 1 down vote accepted

There are video tutorials for both C++ and Java on thenewboston.com. I've been very happy with the simplicity and quality of these video tutorials, and would heartily recommend them.

share|improve this answer

As for the java part. I'm currently subscribed to JavaPassion.com and I find that a fantastic resource to get your Java skills up. It has weekly live (video) seminars, he doesn't so much program in the videos but he explains a certain topic. After every topic you can make exercises and make and homework if you want to. You also have several topics to choose from, you can start from the very beginning(Beginning Java Programming) or directly go to Java Web Programming or Java Advanced Programming.

share|improve this answer

http://showmedo.com/ has lots of programming tutorials in video form.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.