Starting with C++
-
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'.
-
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
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'.
-
You just go through BOOK Programming in C++ Written by Balguruswamy.
Avadhut Software Developer
-
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
-
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
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.
-
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
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?
-
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
Thinking in C++ by Bruce Eckel, you can also download it: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
-
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.
-
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
-
-
You're welcome,learn it early;)
WhiteSky