1.

Record Nr.

UNINA9910300462803321

Autore

Horton Ivor

Titolo

Beginning C++ / / by Ivor Horton

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014

ISBN

9781484200070

1484200071

Edizione

[4th ed. 2014.]

Descrizione fisica

1 online resource (620 p.)

Collana

Expert's Voice in C++

Disciplina

005.133

Soggetti

Programming languages (Electronic computers)

Software engineering

Programming Languages, Compilers, Interpreters

Software Engineering/Programming and Operating Systems

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Sommario/riassunto

Beginning C++ is a tutorial for beginners in C++ and discusses a subset of C++ that is suitable for beginners. The language syntax corresponds to the C++14 standard. This book is environment neutral and does not presume any specific operating system or program development system. There is no assumption of prior programming knowledge. All language concepts that are explained in the book are illustrated with working program examples. Most chapters include exercises for you to test your knowledge. Code downloads are provided for examples from the text and solutions to the exercises and there is an additional download for a more substantial project for you to try when you have finished the book. This book introduces the elements of the C++ standard library that provide essential support for the language syntax that is discussed. While the Standard Template Library (STL) is not discussed to a significant extent, a few elements from the STL that are important to the notion of modern C++ are introduced and applied. Beginning C++ is based on and supersedes Ivor Horton’s previous book, Beginning ANSI C++.