|
C++ Primer Plus - Stephen Prata
Newest Review: ... to create programs in several different styles – all representing different ways of thinking about problems. The fact that c++ is ... more |
||
Reviews - 1 review is available from the dooyooCommunity
Write your review - Tell us what you think!
Prime yourself for programming (C++ Primer Plus - Stephen Prata)
Advantages: Easy to read, Covers a LOT of information, lots of exercises with solutions Disadvantages: none
Learning how to program a computer, in any language, is not one of the easiest things in life and learning how to do it in C++ can be especially difficult. However it is well worth persevering with on account of the fact that a knowledge of the language is almost a pre-requisite if you want to work in computer programming. C++ is an amazingly versatile and powerful programming language combining traditional procedural style coding (ie the way you program in C, Fortran or Basic) with the more modern object orientated approach. Finally C++ supports what is known as generic programming – yet another way of doing things. If you don’t know what these three different types of coding are then don’t worry, for now just remember the fact that C++ allows you to create programs in several different styles – all representing different ways of thinking about problems. The fact that c++ is so flexible is part of it’s power but it also can make it very difficult to learn as there is simply so much. Summary: |
Last members to rate this review:
(14 members total) Overall rating: Very useful |


