Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
i want to get online certification in c++..can anyone tell me some good online locations?

umm.. what about the NCSA (national computer science academy)

P.S. dnt have a history in programming..or previous knowledge
Posted

Here is a free electronic book:
Thinking in C++[^] 2nd Edition by Bruce Eckel

I'll also recommend C++ Primer, 4th Edition[^] as an easy to read, well written, introduction to the C++ language.

Regards
Espen Harlinn
 
Share this answer
 
See also the oldie-goldie CodeProject's Useful Reference Books[^].
:)
 
Share this answer
 
You can start with something like
Sams Teach Yourself C++ in 24 Hours: Complete Starter Kit

After you learn the absolute basics of the language, then read other books to learn about style, design, etc.
 
Share this answer
 
Comments
Emilio Garavaglia 25-Jan-11 2:41am    
I think these kind of manuals only gives a a parody of what programming is, and must not be recommended as "starters". They only give false expectations.

Give a look to
http://norvig.com/21-days.html

One spot from that site:
"The conclusion is that either people are in a big rush to learn about computers, or that computers are somehow fabulously easier to learn than anything else. There are no books on how to learn Beethoven, or Quantum Physics, or even Dog Grooming in a few days. Felleisen et al. give a nod to this trend in their book How to Design Programs, when they say "Bad programming is easy. Idiots can learn it in 21 days, even if they are dummies. "
T2102 25-Jan-11 2:57am    
Yes, bad programming is easy and most programmers I've met are not very good.
If you have no history in programming, then I think it is a little early for you to be thinking of certification in C++.

Perhaps the best place to start would be looking at finding a book, or tutorial, or even a local course to give you some idea before you go any further?
 
Share this answer
 
See also Cpp Tutorial[^]
 
Share this answer
 
Thanks for all ur answers..its really appreciated. :-)
 
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