|
C++ Primer Plus - Stephen PrataDescription: A primer on the C++ programming language. It teaches the fundamentals of programming, including the principles of ... more Newest Review: ... to create programs in several different styles – all representing different ways of thinking about problems. The fact ... more |
||
Books Price Comparison
|
C Primer Plus by Stephen Prata - Sams
Pages: 984, Edition: 5, Paperback, Sams - Books/Subjects/Computer ... |
£ 35,99 |
Postage & Packaging:
refer to shop website Availability: refer to shop website |
|
|
C++ Primer Plus (Primer Plus (Sams)) by Stephen Prata - Sams
Pages: 1224, Edition: 5, Paperback, Sams - Books/Subjects/Compute ... |
£ 23,75 |
Postage & Packaging:
refer to shop website Availability: refer to shop website |
|
by Kodang - written on 17.06.02 (Very useful, 720 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 ...


