Programming Languages BooksCpp Books

The GNU C++ Library

Advertisement

The GNU C++ Library

The GNU C++ Library

This book is a collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself. The C++ Standard Library provides several generic containers, functions to utilize and manipulate these containers, function objects, generic strings and streams, support for some language features, and everyday functions for tasks such as finding the square root of a number.

Author(s):

sNA Pages
Similar Books
Think C++ byAllen B. Downey

Think C++ byAllen B. Downey

This PDF covers the following topics related to C++ : The way of the program, Variables and types, Function, Conditionals and recursion, Fruitful functions, Iteration, Strings and things, Structures, More structures, Vectors, Member functions, Vectors of Objects, Objects of Vectors, Classes and invariants, File Input/Output and apmatrixes.

s191 Pages
Computer Programming in C++ for Earth Scientists and Engineers

Computer Programming in C++ for Earth Scientists and Engineers

This note covers the following topics: Getting Started with C++, Types and Simple Variables, Arrays, Expressions, Looping and Making Decisions, C++ Standard Library, Functions, The IO Library, Pointers, Recursion, Debugging in MDS, Classes, Class Hierarchies, Exceptions, Software Design, Integrating C++ with FORTRAN.

sNA Pages
Lecture Slides for Programming in C++ by Michael D. Adams

Lecture Slides for Programming in C++ by Michael D. Adams

This document constitutes a detailed set of lecture slides on the C++ programming language and is current with the C++14 standard. Many aspects of the C++ language are covered from introductory to more advanced.

s1157 Pages
C++ Tutorial Part I

C++ Tutorial Part I

Objective of this note is to provide rapid training in elements of C++ syntax, C++ procedural programming, C++ object oriented programming, numerous and actual C++ code for those with some basic prior programming experience.

s185 Pages
Lecture Notes C++

Lecture Notes C++

Michael Ogg, developed some beautiful lecture notes on C++. They are in the Kernighan and Ritchie style - comprehensive, concise, and a pleasure to read.

sNA Pages
C++ Annotations   (Frank B. Brokken)

C++ Annotations (Frank B. Brokken)

This document is intended for knowledgeable users of C who would like to know more about, or make the transition to, C++. This book covers the following topics related to C++: advantages and claims, Differences between C and C++, A First Impression Of C++, Namespaces, The `string' Data Type, The IO-stream Library, Classes, Static Data And Functions, Classes And Memory Allocation, Exceptions, Operator Overloading, Abstract Containers, Inheritance, Polymorphism, Friends, Classes Having Pointers To Members, Nested Classes, The Standard Template Library, The STL Generic Algorithms, Multi Threading and Class Templates.

sNA Pages
C C++ Reference Another

C C++ Reference Another

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
C++   Essentials (S. Hekmat)

C++ Essentials (S. Hekmat)

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
Using C and C++ with Fortran

Using C and C++ with Fortran

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
Complete C++ Language Tutorial

Complete C++ Language Tutorial

Currently this section contains no detailed description for the page, will update this page soon.

s Pages

Advertisement