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
    #3

    steffw wrote:

    I've programming experience with c# (2 years)...

    u have 2 years of programming experience in C# and you are trying to learn C++ now???

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

    A 1 Reply Last reply
    0
    • V vijay_aroli

      steffw wrote:

      I've programming experience with c# (2 years)...

      u have 2 years of programming experience in C# and you are trying to learn C++ now???

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

      A Offline
      A Offline
      Arman S
      wrote on last edited by
      #4

      I got your point though I don't see it is surprising. I know lots of people who know C# [and/or Java] but have no clear understanding of what is C++; they think C++ is hard to learn and to use so why to do hard things when one could earn by 'easy programming'. But I think C++ is great and in any time with any experience if someone has decided to learn it, by no matters it is late.

      -- ===== Arman

      V 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

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #5

        Like everyone said, C# and C++ are very different, you should work through a book even if you know a lot of stuff already.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        S 1 Reply Last reply
        0
        • A Arman S

          I got your point though I don't see it is surprising. I know lots of people who know C# [and/or Java] but have no clear understanding of what is C++; they think C++ is hard to learn and to use so why to do hard things when one could earn by 'easy programming'. But I think C++ is great and in any time with any experience if someone has decided to learn it, by no matters it is late.

          -- ===== Arman

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

          Arman Z. Sahakyan wrote:

          I don't see it is surprising.

          well, i did find it a little surprising. I believe that most of the people learn programming starting with C/C++, which i still believe is the right approach. :)

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

          S 1 Reply Last reply
          0
          • C Christian Graus

            Like everyone said, C# and C++ are very different, you should work through a book even if you know a lot of stuff already.

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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

            no problem, do you know a good book about it? What are your experiences?

            Stef

            1 Reply Last reply
            0
            • V vijay_aroli

              Arman Z. Sahakyan wrote:

              I don't see it is surprising.

              well, i did find it a little surprising. I believe that most of the people learn programming starting with C/C++, which i still believe is the right approach. :)

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

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

              not at my school :( The guy who is trying to teach programming is a disaster...

              Stef

              V 1 Reply Last reply
              0
              • N Nelek

                You have experience in c# but c# is not c++. It won't be a waste of time if you take a look on a "newbie" manual and go through the things you already know. There may be a lot of tiny differences that you think are obvious but make your programm going wrong. On the other hand... Use google with "manual c++ advance" there should be manuals for all kinds and tastes. Or just go through articles in C++ section here in codeproject.

                -------- 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?

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

                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 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

                  A Offline
                  A Offline
                  Avadhut_Computer
                  wrote on last edited by
                  #10

                  You just go through BOOK Programming in C++ Written by Balgurus:laugh:wamy.

                  Avadhut Software Developer

                  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

                    A Offline
                    A Offline
                    Avadhut_Computer
                    wrote on last edited by
                    #11

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

                    Avadhut Software Developer

                    V S 2 Replies Last reply
                    0
                    • A Avadhut_Computer

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

                      Avadhut Software Developer

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

                      Avadhut_mane wrote:

                      Programming in C++ Written by Balguruswamy.

                      Nah... i guess its good for beginners and not for someone who already has a programming experience.

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

                      1 Reply Last reply
                      0
                      • S steffw

                        not at my school :( The guy who is trying to teach programming is a disaster...

                        Stef

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

                        steffw wrote:

                        The guy who is trying to teach programming is a disaster...

                        This is the scenario in most of the schools and collages i suppose. ;)

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

                        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

                          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
                                          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