๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โฌ‡  Acquire This Volume

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


Multi-Paradigm Programming using C++
โœ Dirk Vermeir PhD (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Springer-Verlag London ๐ŸŒ English

<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++
โœ Dirk Vermeir ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Springer ๐ŸŒ English

<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

Multi-Agent Oriented Programming: Progra
โœ Olivier Boissier, Rafael H. Bordini, Jomi Hubner, Alessandro Ricci ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› The MIT Press ๐ŸŒ English

<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

Multi-Paradigm Design for C++
โœ James O. Coplien ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

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

Multi-Threaded Programming in C++
โœ Mark Walmsley ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Springer London ๐ŸŒ English

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