MindMap Gallery C language
This is a mind map that contains information about C++. Start to use a mind map to express and organize your ideas and knowledge right now.
This is a mind map about 3-step Writing Process Business.
This is a mind map about advertising 2.
This is a mind map about SBAR. Let's see!
40k classes
Cisco IOS interface
application development and deployment
Data Sanitization Tools
DATA COLLECTION MEASURES
Android
Java Training
Active reading techniques
Classification of visual languages
Game Theory
C++
Analysis
Syntactics Layer
Character Level
symbol
control
Lexical Level
white space
tokens
native tokens
keyword
literal constant
operator
punctuation
foreign tokens
identifier
Grammatical Level
Sentence
namespace declaration
class declaration
function declaration
object declaration
execution
expression
trivia
Declaration vs Definition
Definition is declaration
Both can be called declaration
Initialization vs Assignment
Initialization is high recomended
Liabrary
Semantics Layer
Preprocessor
Character mapping
line splicing
first line \
next line
Tokenization
Preprocessing
#include
The #include statement invokes translationstarting with the preceding three translationsteps on any included text.
#define
#ifdef
#progma
Character set mapping
execution character set
For Microsoft C and C++, both the sourceand the execution character sets areASCII.
String concatenation
"String " "concatenation"
"String concatenation"
Compiler
Understanding Declaration Is Critical
Namespace
divide global space into work space likedesktop and different namespaces likedrawers.
Class & Object
Class
member
data
static
private protected public
function
default
constructor
copy constructor
copy assignment
destructor
virtual
pure virtual
friendship
class
inheritance
single inheritance
multiple inheritance
Polymorphism
one class pointer
different functions
virtual function
Object
Function
executions and expressions are routine
Linker
Synthesis
Pragmatics
Style
Google C++ Style Guide
Resources
C++ Now
C++ Language Tutorial
MSDN C++
Inside the C++ Object Model
IBM C++