|
C++ Primer Plus - Stephen PrataNewest Review: ... to create programs in several different styles – all representing different ways of thinking about problems. The fact ... more |
||
Read Reviews for C++ Primer Plus - Stephen Prat...
by - written on 17/06/02 (Very useful, 746 readings)
Rating:
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 ... Read the complete review


