Programming Languages BooksCpp Books

CPP Notes by Vijaya College

Advertisement

CPP Notes by Vijaya College

CPP Notes by Vijaya College

C++ is a newer language, based on C, that adds many more modern programming language features that make it easier to program than C. Topics covered includes: Basics of C++, Structure of a program, Variables. Data Types, Constants, Operators, Basic Input/Output, Control Structures: Functions, Compound Data Types, Arrays, Character Sequences, Pointers, Dynamic Memory, Data Structures, Object Oriented Programming, Classes, Friendship and inheritance, Polymorphism, Advanced Concepts: Templates, Namespaces, Exceptions, Type Casting, Preprocessor directives, C++ Standard Library and Input/Output with files.

Author(s):

s201 Pages
Similar Books
Fundamentals ofnbsp; C++ Programming

Fundamentals ofnbsp; C++ Programming

This note includes the Context of Software Development, Values and Variables, Expressions and Arithmetic, Conditional Execution, Iteration, Other Conditional and Iterative Statements, Using Functions, Writing Functions, Managing Functions and Data, Aggregate Data, Sorting and Searching, Custom Objects, Fine Tuning Objects, Building some Useful Classes, Inheritance and Polymorphism, Generic Programming, Handling Exceptions and Concurrent Programming.

s638 Pages
C++ Reference Manual by cppreference.com

C++ Reference Manual by cppreference.com

This PDF covers the following topics related to C++ : C++ Standard Template Library, C++ Vectors, C++ Double-ended Queues, C++ Lists, C++ Priority Queues, C++ Queues, C++ Stacks, C++ Sets, C++ Multisets, C++ Maps, C++ Multimaps, C++ Bitsets.

s177 Pages
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
C++ lecture notes Francois Fleuret

C++ lecture notes Francois Fleuret

This lecture note includes: Memory,CPU, Files, Shell and Basic C++, Expressions, Variable scopes, Functions, Arrays and pointers, dynamic allocation, War with the bugs, Cost of algorithm, sorting, Creating new types, Object-Oriented programming, More details about class definitions, More about methods, Inheritance, Virtual methods, Boxes and arrows, Design patterns : sets and iterators, Strings and more iterators, Templates, Tree structures, Summary of everything.

s146 Pages
C C++ Reference

C C++ Reference

This note covers the following topics related to C++: Keywords, Operator precedence, Escape sequences, Fundamental types, Headers, Concepts, Utilities library, Strings library, Containers library, Algorithms library, Iterators library, Numerics library, Input/output library, Localizations library, Regular expressions library, Atomic operations library and Thread support library.

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 Zone

C C++ Reference Zone

This note covers the following topics: Algorithms, Iterators, STL, String, C and C++.

sNA 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
Linkers and Loaders

Linkers and Loaders

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

s Pages
Introduction to C and C++ Programming

Introduction to C and C++ Programming

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

s Pages

Advertisement