Question:

Quick way to learn C, C++ & Java?

by Guest63974  |  earlier

0 LIKES UnLike

Quick way to learn C, C++ & Java?

 Tags:

   Report

7 ANSWERS


  1. I found an incredible resource to learn c and c++.  This professor is consise and to the point.  Exceptional.

    The most efficent way to learn c would be watching this video seriers.

    http://wally.cs.iupui.edu/csci230/

    The most efficent way to learn c++  would be watching this video series.

    http://wally.cs.iupui.edu/csci240/

    You can learn java here, if you look around you can find c programming too, but I like the above links better:

    http://webcast.berkeley.edu/course_detai...


  2. Try the following site

    http://mindgrillq.blogspot.com/

  3. The others pointed out some good info. I want to say something else though. While you might be able to learn the basics of these different languages relatively quickly, you will not become skilled in them without practice and that takes time. Do not assume that you know the concepts of a language and its syntax that you will be good at using it.  

  4. You can go to a bookstore and get one of those "Beginning Programming in 24 hours" books and they are pretty good. They come with a CD that has a complier. You can probably find everything you need on the internet and just download a complier.


  5. The website "www.cplusplus.com/reference" is an excellent source for learning the libraries useful for C++.  In addition, "www.cplusplus.com/doc/tutorial/" is an excellent C++ language tutorial.

    C++ is built upon C, so if you understand C++, you will understand C.

    Java is similar to C++ in syntax and semantics.  A good book that covers core Java is "Just Java 2".  See "www.amazon.com/Just-Java-6th-Microsyste...  An online tutorial is found at Sun Microsystems' website "http://java.sun.com/docs/books/tutorial...

  6. you can not learn quickly

  7. 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 graphics programming in OpenGL:

    http://xoax.net/comp/cpp/opengl/index.ph...

    You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:

    http://xoax.net/forum/

    Best of luck!

Question Stats

Latest activity: earlier.
This question has 7 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.