Click here to Skip to main content
15,886,036 members
Please Sign up or sign in to vote.
2.00/5 (4 votes)
See more:
i m the beginner of c++ programing .i want to learn c++ programming . my programming is so poor .can any body help me to teach me c++ programing.
Posted

Courses, books, tutorials. These are the routes you should take, in that order.
If you can get on a course, do: a human being can help a lot when you are learning.
If you can't, get a book, and follow it through, doing the exercises. Generally, they make it pretty easy to follow, at least in the early stages. It is very important to do the exercises yourself, though!
If that isn't possible, there are on-line tutorials. They aren't easy for beginners though, as they tend to be brief and to-the-point about specific subjects.
 
Share this answer
 
Comments
Sandeep Mewara 20-Apr-11 4:19am    
I find it a little difficult in answering such questions now. :doh:
OriginalGriff 20-Apr-11 4:28am    
Everyone has to start somewhere! :laugh:
Sandeep Mewara 20-Apr-11 4:28am    
:)
Sergey Alexandrovich Kryukov 20-Apr-11 15:47pm    
You know what to say, my 5. :-)
Perhaps you know what I would to add to this... want to check up? That's right, see... :-)
--SA
haroon462 wrote:
How can i learn c++ programming?t
Simply rearranging your sentence:


Q: "How can I learn C++?"
A:"Programming."




 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Apr-11 15:49pm    
Great point, a 5.
Perhaps you know what I would to add to this... want to check up? That's right, see... :-) --SA
I started learning c++ with the book Thinking in c++.This is a two volume book starts with the basics of C, C++ and discuss up to design patterns.I suggest you to start with it.You may find difficulty if you don't have any programming experience.But if you do practice it will become simple.

Volume 1:
http://www.google.com/url?sa=t&source=web&cd=2&ved=0CBoQFjAB&url=http%3A%2F%2Fwww.lib.ru.ac.th%2Fdownload%2Fe-books%2FTIC2Vone.pdf&ei=ZJuuTYepFcSJrAf508STCg&usg=AFQjCNE99NH0ZR4PS6bMDApE_DMYD8IP6w&sig2=KmxGa1N5hAw9ky7ixzKVOg[^]

volume2:
http://www.google.com/url?sa=t&source=web&cd=3&ved=0CCQQFjAC&url=http%3A%2F%2Fwww.lib.ru.ac.th%2Fdownload%2Fe-books%2FTic2Vtwo.pdf&ei=6ZyuTYmMKMnKrAfV2sz7CQ&usg=AFQjCNEsx6EBTeC_Galdzrjg_mDu356-Ng&sig2=tyZU23Ccmp14vbqv233-ew[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Apr-11 15:48pm    
Useful, my 5, but there one article which is more important, should be mentioned first.
Please see my answer... :-)
--SA
Check out this book list on SO:

The Definitive C++ Book Guide and List[^]
 
Share this answer
 
bool succeed=false;
while(! succeed)
{
   read_books();
   try_coding();
   succeed = test_it();
}
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 20-Apr-11 16:41pm    
He he. Nice, my 5.
Would you like to see my way of similar "coding"?
http://www.codeproject.com/Answers/184704/Which-is-better-Unreal-Game-Engine-Or-Unity.aspx

--SA
Emilio Garavaglia 20-Apr-11 16:51pm    
oops ... fixed a bug!
Sergey Alexandrovich Kryukov 20-Apr-11 17:39pm    
:-)
--SA
You got some good advices already, but mine should be the key. It also should be the the most encouraging as well. :-)

Everyone needs to read this, first of all:
Peter Norvig, Teach Yourself Programming in Ten Years,
http://norvig.com/21-days.html[^].

Cheers,
--SA
 
Share this answer
 
v2
This tutorial will help you...

Tutorial ->[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900