Starting to learn C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ppeikidis@gmail.com

    Starting to learn C++

    Hello, I will like to ask you what would you recommend reading to
    someone that has about 3 years Java Programming experience and more
    than 5-6y programming in general (Pascal, Visual Basic 6, VB.NET, php,
    etc...)...

    Thank you for your time,
    Panagiotis
  • Ali Karaali

    #2
    Re: Starting to learn C++

    On 9 Aðustos, 16:31, ppeiki...@gmail .com wrote:
    Hello, I will like to ask you what would you recommend reading to
    someone that has about 3 years Java Programming experience and more
    than 5-6y programming in general (Pascal, Visual Basic 6, VB.NET, php,
    etc...)...
    >
    Thank you for your time,
    Panagiotis
    It is a good book for beginner.

    Andrew Koening - Barbara E. Moo -- Accelerated C++.

    Comment

    • Pranav

      #3
      Re: Starting to learn C++

      On Aug 9, 6:45 pm, Ali Karaali <ali...@gmail.c omwrote:
      On 9 Aðustos, 16:31, ppeiki...@gmail .com wrote:
      >
      Hello, I will like to ask you what would you recommend reading to
      someone that has about 3 years Java Programming experience and more
      than 5-6y programming in general (Pascal, Visual Basic 6, VB.NET, php,
      etc...)...
      >
      Thank you for your time,
      Panagiotis
      >
      It is a good book for beginner.
      >
      Andrew Koening - Barbara E. Moo -- Accelerated C++.

      I recommend for an beginner
      The Complete Reference by Herb Schildt

      Then you can move on to any intermediate books..,

      Comment

      • Pascal J. Bourguignon

        #4
        Re: Starting to learn C++

        ppeikidis@gmail .com writes:
        Hello, I will like to ask you what would you recommend reading to
        someone that has about 3 years Java Programming experience and more
        than 5-6y programming in general (Pascal, Visual Basic 6, VB.NET, php,
        etc...)...
        You know that the designer of Java made it as a step FROM C++ to Lisp?
        Don't bother with C++, go learn Lisp!

        --
        __Pascal Bourguignon__

        Comment

        • markus.schulze@gmxpro.de

          #5
          Re: Starting to learn C++

          On Aug 9, 3:31 pm, ppeiki...@gmail .com wrote:
          Hello, I will like to ask you what would you recommend reading to
          someone that has about 3 years Java Programming experience and more
          than 5-6y programming in general (Pascal, Visual Basic 6, VB.NET, php,
          etc...)...
          >
          Thank you for your time,
          Panagiotis
          Why do you want to change to C++? Java is such a powerful programming
          language.
          But here are my tips:




          bye
          markus

          Comment

          • James Kanze

            #6
            Re: Starting to learn C++

            On Aug 11, 9:58 am, p...@informatim ago.com (Pascal J. Bourguignon)
            wrote:
            ppeiki...@gmail .com writes:
            Hello, I will like to ask you what would you recommend
            reading to someone that has about 3 years Java Programming
            experience and more than 5-6y programming in general
            (Pascal, Visual Basic 6, VB.NET, php, etc...)...
            You know that the designer of Java made it as a step FROM C++
            to Lisp? Don't bother with C++, go learn Lisp!
            Maybe he wants to use what he learns professionally:-). C++
            remains the language of choice for most application domains.

            Not that learning some dialect of Lisp is a bad idea. It's a
            good idea to learn different paradigms, and Lisp will definitely
            help a Java programmer in that more than C++ will.

            --
            James Kanze (GABI Software) email:james.kan ze@gmail.com
            Conseils en informatique orientée objet/
            Beratung in objektorientier ter Datenverarbeitu ng
            9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34

            Comment

            Working...