<p>An Introduction to Multi-Paradigm Programming using C++ is a self-contained reference book for those studying and using C++. Starting from scratch, Dirk Vermeir explains the idea of address, value and type in C++ before quickly moving on to cover the more important aspects of the language such as
Multi-paradigm programming using C++
โ Scribed by Dirk Vermeir PhD (auth.)
- Publisher
- Springer-Verlag London
- Year
- 2001
- Tongue
- English
- Leaves
- 296
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
An Introduction to Multi-Paradigm Programming using C++ is a self-contained reference book for those studying and using C++. Starting from scratch, Dirk Vermeir explains the idea of address, value and type in C++ before quickly moving on to cover the more important aspects of the language such as classes, templates, generic programming and inheritance. He includes recent developments in C++, such as STL and the iostream library, and there is also a chapter devoted to program design principles. By using plenty of examples to illustrate the text, the reader is stimulated and inspired to see how they can use what they have learnt in other more sophisticated applications. All the examples from the text, including some larger example programs are available on the author's website - http://tinf2.vub.ac.be/cpp/index.html
โฆ Table of Contents
Front Matter....Pages i-xv
Basic Concepts of C++....Pages 1-24
Built-in Types....Pages 25-35
Functions....Pages 37-50
User-Defined Types....Pages 51-82
Built-in Type Constructors....Pages 83-116
User-Defined Type Constructors....Pages 117-136
Generic Programming Using the STL....Pages 137-182
Subtypes and Inheritance....Pages 183-204
Exceptions....Pages 205-216
Iostreams....Pages 217-239
Introduction to Program Design....Pages 241-263
Back Matter....Pages 265-287
โฆ Subjects
Programming Languages, Compilers, Interpreters;Applications of Mathematics;Complexity
๐ SIMILAR VOLUMES
<span>Aimed mainly at students, this self-contained reference book on C++ is of superb educational value. Starting from scratch, Vermeir explains the idea of address, value and type in C++ before quickly moving on to cover the more important aspects of the language such as classes, templates, generi
<b>The main concepts and techniques of multi-agent oriented programming, which supports the multi-agent systems paradigm at the programming level.</b><p>A multi-agent system is an organized ensemble of autonomous, intelligent, goal-oriented entities called agents, communicating with each other and i
Coplien offers insight into an analysis and design process that takes advantage of C++'s multiple paradigm capability, including classes, overloaded functions, templates, modules, procedural programming, and more. The book uses understandable notation and readable explanations to help all C++ progra
This is a clear introduction to the basic concepts of multi-threading complemented by a detailed description of the multi-threading facilities available under the UNIX and Windows operating systems. The implementation mechanisms are hidden within C++ classes, which then provide standardized interfac