Open Directory Project
about dmoz | help

Top: Computers: Programming: Languages: C++: FAQs,_Help,_and_Tutorials

FAQs, Help and tutorials about various aspects of the programming language C++. FAQs are collections of (F)requently (A)sked (Q)uestions along with their answers.

Compatibility with C

Compatibility issues between C and C++.

Directories

Collections of links to FAQs, help and tutorials.

Function-Pointers and Callbacks

Tutorial information about function-pointers and callbacks. A function-pointer is a variable that points to the address of a function with a specific signature (calling argument and return type). They are used to implement callbacks: You pass a function-pointer as calling argument to another function/object and the function/object then uses the function-pointer to callback.

General C++ Introductions

FAQs and tutorials which give an introduction to the basics of C++.

Windows

FAQs and tutorials about C++ windows programming.

    Copyright © 1998-2007 Netscape

Last update: 20:14 PT, Monday, October 30, 2006 - edit