C++

TwitterFacebook
Get flash to fully experience Pearltrees
C++ 201X

Callback Functions

http://daniel-albuschat.blogspot.com/2010/08/what-include-guards-in-c-are-and-what.html And why they do not solve "multiple definition" errors. Include guards are heavily used in C++ and you see them in virtually any code base (that has more than two files). Sometimes there is a bit of confusion what they do, and what they can not do. I decided to explain everything in detail, so I ended up explaining the whole C++ compilation process of preprocessing, compiling and linking your application or library. Introduction to include guards

What include guards in C++ are, and what they are not

Core Language Issues

UNIT-Testing

Func Pointers

Traits

General/Subjective

OOP_Design

Coding Styles

STL

Optimization

Functors

Operator Overloading

Timers/Date

Constrained-Value Types

Low-level Hacks

Type-Conversions

Templates

Design Patterns

Exception Handling

I/O