Home > Archive > Archive Computers >

C++ Primer Plus - Stephen Prata


 C++ Primer Plus - Stephen Prata Archive Computers

C++ Primer Plus - Stephen Prata

 
Description: A primer on the C++ programming language. It teaches the fundamentals of programming, including the principles of ... more
C++ Primer Plus - Stephen Prata ... structured code and top-down design. This fourth edition explores developments in language enhancements, and provides hints on streamlining object-oriented programming with C++. It should be suitable as a tutorial or as the core text for C++ programming courses.

Newest Review: ... to create programs in several different styles – all representing different ways of thinking about problems. The fact ... more

 ... 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. Prata’s book – the subject of this review – makes learning the language about as painless as it can possibly be. It is written in a nice, comfortable, conversational style that is not too dry which makes it a pleasure to read. The author manages to go into great detail without swamping the reader and I have found that after reading a chapter I retain most of what he was ...more

Read Reviews for C++ Primer Plus - Stephen Prat...

Kodang
Premium Review C++ Primer Plus - Stephen Prata: Prime yourself for programming (550 words)
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

 
Product of the week
C++ Primer Plus - Stephen Prata