Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Starting with C++

Starting with C++

Scheduled Pinned Locked Moved C / C++ / MFC
questioncsharpc++tutorial
23 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S steffw

    Hello everybody, I'm looking for a good tutorial about starting with c++, I've programming experience with c# (2 years)... All the tutorials that I found were for people who don't have programming experience, i don't want to re-learn if statements and so on :) waiste of time ;P (my opinion) Where can I start with c++? What is the best way to start with c++? What do I need to know about c++ before i start? I hope that you have some good refferences for me :) Thanks in advance!!!

    Stef

    V Offline
    V Offline
    vijay_aroli
    wrote on last edited by
    #14

    Since you are used to programming, i can recommend you the following books (in no order of priority). The C++ Programming Language - by Bjarne Stroustrup. C++ - The Complete Reference. C++ Primer - by Stanley Lippman and Josse Lajoie. you can use any of the above book to start with. :)

    Regards, Vijay. God may not give us what we 'want', but he surely gives us what we 'need'.

    1 Reply Last reply
    0
    • A Avadhut_Computer

      You just go through BOOK Programming in C++ Written by Balguruswamy.

      Avadhut Software Developer

      S Offline
      S Offline
      steffw
      wrote on last edited by
      #15

      Thank you for the reply :) i will consider it :)

      Stef

      1 Reply Last reply
      0
      • S steffw

        Hello everybody, I'm looking for a good tutorial about starting with c++, I've programming experience with c# (2 years)... All the tutorials that I found were for people who don't have programming experience, i don't want to re-learn if statements and so on :) waiste of time ;P (my opinion) Where can I start with c++? What is the best way to start with c++? What do I need to know about c++ before i start? I hope that you have some good refferences for me :) Thanks in advance!!!

        Stef

        S Offline
        S Offline
        steffw
        wrote on last edited by
        #16

        Thanks for all the replies! I will do some reseach about the books :) More refferences are always welcome :):cool:

        Stef

        1 Reply Last reply
        0
        • S steffw

          Hello everybody, I'm looking for a good tutorial about starting with c++, I've programming experience with c# (2 years)... All the tutorials that I found were for people who don't have programming experience, i don't want to re-learn if statements and so on :) waiste of time ;P (my opinion) Where can I start with c++? What is the best way to start with c++? What do I need to know about c++ before i start? I hope that you have some good refferences for me :) Thanks in advance!!!

          Stef

          J Offline
          J Offline
          jhwurmbach
          wrote on last edited by
          #17

          Try Koenig/Moo "Accelerated C++" (Teaser here[^]) A little old, but your target isn't moving too fast....


          Failure is not an option - it's built right in.

          S 1 Reply Last reply
          0
          • S steffw

            ok :) thanks for the advice.. only one question left ;P how did you learn it and when? what is the best way to learn it? you say start from scratch? Did you use a book? maybe you have a good reference for me? Thanks!

            Stef

            N Offline
            N Offline
            Nelek
            wrote on last edited by
            #18

            Hi, I learned C the first year of my Engineering Degree, Borland C++ v1.5 in my 2nd year and ensambler on the 3rd. But not so deep. Afterwards I have use ActionScript for Flash MX 2004, a bit of java and sql. But the most knowledge about C++ I have, comes from sites like that, MSDN, 4 or 5 manuals I founded in Internet (some on English some on Spanish) and with the old "Try and Error" (specially this last). The manuals I have used are: "Advanced MFC Programming.pdf" "Learn the MFC C++ Classes.pdf" "SAMS teachs you VC++60 Unleashed" (web site) "Aprenda C++ como si estuviera en 1°.pdf" (from Universidad politecnica de navarra - Spain) But the 3 on english are MFC-Oriented, they are not pure C++. I recommend you to search the "C++ Standard" and take a look on it. It's the best place to know the most important features and how are they to be used.

            Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

            1 Reply Last reply
            0
            • S steffw

              Hello everybody, I'm looking for a good tutorial about starting with c++, I've programming experience with c# (2 years)... All the tutorials that I found were for people who don't have programming experience, i don't want to re-learn if statements and so on :) waiste of time ;P (my opinion) Where can I start with c++? What is the best way to start with c++? What do I need to know about c++ before i start? I hope that you have some good refferences for me :) Thanks in advance!!!

              Stef

              M Offline
              M Offline
              Moak
              wrote on last edited by
              #19

              Thinking in C++ by Bruce Eckel, you can also download it: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

              1 Reply Last reply
              0
              • J jhwurmbach

                Try Koenig/Moo "Accelerated C++" (Teaser here[^]) A little old, but your target isn't moving too fast....


                Failure is not an option - it's built right in.

                S Offline
                S Offline
                steffw
                wrote on last edited by
                #20

                I didn't expect this, the books are high in price :( Why do I have to be a poor student? :^) Well... maybe my parents can pay for it :) ghehe

                Stef

                1 Reply Last reply
                0
                • S steffw

                  Hello everybody, I'm looking for a good tutorial about starting with c++, I've programming experience with c# (2 years)... All the tutorials that I found were for people who don't have programming experience, i don't want to re-learn if statements and so on :) waiste of time ;P (my opinion) Where can I start with c++? What is the best way to start with c++? What do I need to know about c++ before i start? I hope that you have some good refferences for me :) Thanks in advance!!!

                  Stef

                  H Offline
                  H Offline
                  Hamid Taebi
                  wrote on last edited by
                  #21

                  Maybe you want to see www.cplusplus.comit will be helpful for for you


                  WhiteSky


                  S 1 Reply Last reply
                  0
                  • H Hamid Taebi

                    Maybe you want to see www.cplusplus.comit will be helpful for for you


                    WhiteSky


                    S Offline
                    S Offline
                    steffw
                    wrote on last edited by
                    #22

                    hmmm.. looks usefull! Thanks!

                    Stef

                    H 1 Reply Last reply
                    0
                    • S steffw

                      hmmm.. looks usefull! Thanks!

                      Stef

                      H Offline
                      H Offline
                      Hamid Taebi
                      wrote on last edited by
                      #23

                      You're welcome,learn it early;)


                      WhiteSky


                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups