First, the use of typedef
___ In the C / C + + language, used to define a typedef identifiers and keywords alias, it is part of the process of language compiler, but it does not actually allocate memory space, as examples:
Typedef…
C + + from scratch (8)
– A sample C + +
Former chapter that the function of some of the ways, but did not specify the semantic syntax of this function, a function that is what is being used and why. For…
C + + from scratch (c)
– What is variable
This is the C + + The key to most of these basic elements are faint, but these elements is the basis for programming in the base, we must explain in detail.
The DLL under Windows, Linux or the library in C + + C library calls are likely to use import / export. This paper discusses a common import / export-definition of the use of practice.
As follows, "common.h" can be defined cross-platform import /…
Before that C + + standard that the shift operator (<<,>>) the behaviour of the sector does not determine:
The behavior is undefined if the right operand is negative, or greater than or equal to the length in bits of the promoted left operand.
…
C # Interface
Contents
Interface Definition
Interface and an abstract class
Interface Implementation
Interface polymorphism
1. Interface Definition …
C language to achieve polymorphism
I believe many people have read the book design, we appreciate what? Bridge, Proxy, Factory these design patterns are based on the abstract category. Abstract object here is the use of a core.
Using System;
Using System.Drawing;
Using System.Collections;
Using System.ComponentModel;
Using System.Windows.Forms;
…
Contents
A summary of reflection
AppDomain reflection of the procedures set
Single-reflex procedures
Use reflective type of access…
Intel SSE is the next generation after that MMX (of course, a few years ago) CPU instruction set, the first series of applications in the PIII CPU on. Has now been Intel PIII, P4, Celeon,…