By using this site, you agree to our Privacy Policy and our Terms of Use. Close
the-pi-guy said:
MohammadBadir said:
I find that YouTube.com/mybringback has some nice tutorials for Java, Python, C++, etc.
I'd really like to learn c++, how different is it to someone who only knows basic c# and java?

Java is based on C++ syntax, but there are some huge challenges.  You might be able to look at C++ code and say that looks like Java, but

Memory management in Java is automatic, it will be a big step to go to manual memory management. 

http://www.cprogramming.com/java/c-and-c++-for-java-programmers.html 

This should give you a good idea about the differences.  Simpler C++ programs should be no problem at all for you because of its similarities to Java.

Link's broken