Technical

TwitterFacebook
Get flash to fully experience Pearltrees

C++ Design Pattern: What is a Design Pattern? - CodeGuru Forums

http://forums.codeguru.com/showthread.php?t=327982 Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problem, in such a way that you can use this solution a million times over, without ever doing it the same way twice.

Memory Snapshot for a Process

In-depth memory layout is specific to both the CPU architecture and the OS itself. I'm going to describe how a process sees its own memory share during execution. Memory Layout from a process perspective http://blog.ooz.ie/2008/09/0x03-notes-on-assembly-memory-from.html
http://en.wikipedia.org/wiki/Tree_traversal

Tree traversal - Wikipedia, the free encyclopedia

In computer science , tree traversal refers to the process of visiting (examining and/or updating) each node in a tree data structure , exactly once, in a systematic way. Such traversals are classified by the order in which the nodes are visited.
An expression is a sequence of operators and operands that specifies a computation. An expression can result in a value and can cause side effects. http://en.cppreference.com/w/cpp/language#Utilities

C++ casting operators

VTABLE

Complex Function pointers

http://www.cprogramming.com/tutorial/floating_point/understanding_floating_point.html

Floating Point Numbers

by Jeff Bezanson Numbers are surely the most prevalent kind of data in computer programs.
Debbugger Writing