Programming principles and practice using C++

An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field. Focus on Fundamental Concepts and Techniques The book...

Full description

Bibliographic Details
Main Author: Stroustrup, Bjarne
Format: eBook
Language:English
Published: Upper Saddle River, NJ Addison-Wesley 2014
Edition:Second edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03190nmm a2200409 u 4500
001 EB001941100
003 EBX01000000000000001104002
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781784475024 
020 |a 9780133796735 
020 |a 0133796736 
050 4 |a QA76.73.C153 
100 1 |a Stroustrup, Bjarne 
245 0 0 |a Programming  |b principles and practice using C++  |c Bjarne Stroustrup 
250 |a Second edition 
260 |a Upper Saddle River, NJ  |b Addison-Wesley  |c 2014 
300 |a 1 volume  |b illustrations 
505 0 |a Includes bibliographical references and index 
653 |a COMPUTERS / Programming Languages / C++ / bisacsh 
653 |a C++ (Langage de programmation) 
653 |a C++ (Computer program language) / http://id.loc.gov/authorities/subjects/sh87007505 
653 |a C++ (Computer program language) / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 0133796736 
776 |z 9781784475024 
776 |z 1784475025 
776 |z 9780321992789 
776 |z 9780133796759 
776 |z 9780133796735 
776 |z 0321992784 
776 |z 0133796752 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780133796759/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field. Focus on Fundamental Concepts and Techniques The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code. Programming with Today's C++ (C++11 and C++14) The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks. For Beginners--And Anyone Who Wants to Learn Something New The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art. Provides a Broad View The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author's website