![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 5
Rep Power: 0
![]() |
how much time is required to learn c++?
hi guys,
its rahul again. how much time does it take to become really proficient in c++? do any of you have a study plan? i have bought complete reference to c++ by herbert schildt and plan to study it for the next few months. does anybody know a good site which has c++ problems? |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
The same amount of time it takes to become proficient in auto mechanics. In other words, it varies with the capabilities, application, and dedication of the student. The forum has tons of posts regarding books and sites (and a search bar), then there's Google.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2006
Location: UK
Posts: 18
Rep Power: 0
![]() |
I guess it could be related to the question 'How long is a piece of string', but indeed, time, effort and dedication of the student play a major role in it.
__________________
There are 10 types of people in this world: Those that understand binary And those who don't |
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
You can become a proficient in C++ in 21 days.....:-P
) .......http://safari.samspublishing.com/?XmlId=0672327112 just kidding...............JOking......... As mentioned in the earlier two posts, u need to know your capabilities, interest in learning C++. Also, just by studying the complete reference C++, you dont become a scholar in C++, you need to work on different programs, read more books and find out the applications of it in the real world. Also trying it out on different OSes should give u an idea of the library files. However, I suppose, you are located in India and hence GNU/Linux (any distro) and Microsoft's Windows would only be the options |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Feb 2006
Posts: 11
Rep Power: 0
![]() |
It depends what you mean by "learn C++".
You can write your first C++ program today, but learning about every aspect of the language (including the STL) and how to use C++ effectively probably takes years. There's plenty of middle-ground, where you can write programs that do useful things without knowing every single perculiarity of the language, though.
__________________
Canonical Books: The best programming books around. |
|
|
|
|
|
#6 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I don't think Stroustrup, himself, would claim complete knowledge. He has some thoughts on learning C++.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#7 |
|
Programming Guru
![]() Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,261
Rep Power: 5
![]() |
I would also strongly recommend AGAINST any text by Herbert Schildt. While they superficially appear well written (in the sense of being easy to read) they include many minor and major technical inaccuracies.
|
|
|
|
|
|
#8 |
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
Me throws my "C++: The Complete Reference(Herbert Schildt)" in the trash and picks up "C++ The Programming Language(Bjarne Stroustrup)". :banana:
__________________
PFO - My daily dose of technology. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|