C++ Reference
The standard C++ library is a collection of functions, constants, classes, objects and templates that extends the C++ language providing basic functionality to perform several tasks, like classes to interact with the operating system, data containers, manipulators to operate with them and algorithms commonly needed.
http://www.cplusplus.com/reference/
created by meena on 2008-02-04 22:04:38
|
|
|
C++ tutorial for C users
This text enunciates and illustrates features and basic principles of C++. It is aimed at experienced C users who wish to learn C++. It can also be interesting for beginner C++ users who leaved out some possibilities of the language.
http://www.4p8.com/eric.brasseur/cppcen.html
created by meena on 2008-02-04 21:34:41
|
|
|
An Introduction to C++ and Object Oriented Programming
The aim of the notes is to provide an introduction to the C++ programming language and object oriented programming. It is assumed that you know one programming language moderately well.
http://www.kcl.ac.uk/kis/support/cit/fortran/cpp/c
created by meena on 2008-02-04 21:33:27
|
|
|
NIST Course on C++ Programming for Scientists
Course notes and programming examples
http://math.nist.gov/~RPozo/c++class/
created by meena on 2008-02-04 22:02:49
|
|
|
C++ User's Guide
C++ Compiler. Chapter 1 provides introductory material about the compiler, such as standards conformance and new features.Chapter 2 explains how to use the compiler and Chapter 3 discusses how to use the compiler's command line options.
http://docs.sun.com/source/816-2460/index.html
created by meena on 2008-02-04 22:16:40
|
|
|
DevCentral - C++ Tutorials
Writing Crash-Proof C/C++ Code
Christopher McGee explains the different causes of crashes and how to make them a thing of the past by following a few simple rules as you write code.
http://devcentral.iftech.com/articles/C++/default.
created by meena on 2008-02-04 21:42:52
|
|
|
Introduction to C and C++ Programming
In this sequence of modules we examine the programming process, and the use of related computer languages C and C++. The first module presents an overview of the evolution of computer languages, leading to an understanding of their variety. We will also classify languages by their organisation, structure and operation, leading to a typology of computer languages. By examining their evolution we will also be able to understand the current significance and popularity of specific languages. The module then examines the stages involved in learning new languages by building on experience with other languages. In subsequent modules these techniques are applied to learning the C and C++ languages, but are essentially generic.
http://www.deakin.edu.au/~agoodman/ctutorial/
created by meena on 2008-02-04 21:31:20
|
|
|
CodeProject: An Introductory STL tutorial. Free source code and programming help
STL provides a template based set of collection classes, and methods for working on those collections. The collection classes give the developer access to fast and efficient collections. While the methods, which are known as the algorithms, provide template based collection manipulations functions.
http://www.codeproject.com/KB/stl/stlintroduction.
created by meena on 2008-02-04 22:19:39
|
|
|
Standard Template Library Programmer\'s Guide
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.
http://www.sgi.com/tech/stl/
created by meena on 2008-02-04 22:01:02
|
|
|
Programming Tutorials: C++ Made Easy and C Made Easy
A C++ tutorial and a C tutorial, OpenGL with C++ tutorials, C++ Standard Template Library (STL) tutorials, articles on both the C and C++ programming languages and computer science, as well as Denthor of Asphyxia's graphics tutorials converted to C++ (mainly C code).
http://www.cprogramming.com/tutorial.html
created by meena on 2008-02-04 22:20:31
|
|
|