C++

Students names - karem eldsoky mohamed abo hanfy. section: 12 - rana said saad salem. section: 7

登録は簡単!. 無料です
または 登録 あなたのEメールアドレスで登録
C++ により Mind Map: C++

1. Analysis

1.1. Syntactics Layer

1.1.1. Character Level

1.1.1.1. symbol

1.1.1.2. control

1.1.2. Lexical Level

1.1.2.1. white space

1.1.2.2. tokens

1.1.2.2.1. native tokens

1.1.2.2.2. foreign tokens

1.1.3. Grammatical Level

1.1.3.1. Sentence

1.1.3.1.1. namespace-declaration

1.1.3.1.2. class-declaration

1.1.3.1.3. function-declaration

1.1.3.1.4. object-declaration

1.1.3.2. trivia

1.1.3.2.1. Declaration vs Definition

1.1.3.2.2. Initialization vs Assignment

1.1.4. Liabrary

1.2. Semantics Layer

1.2.1. Preprocessor

1.2.1.1. Character mapping

1.2.1.1.1. trigraph

1.2.1.2. line splicing

1.2.1.2.1. first line \ next line

1.2.1.3. Tokenization

1.2.1.3.1. white-space

1.2.1.3.2. tokens

1.2.1.4. Preprocessing

1.2.1.4.1. #include

1.2.1.4.2. #define

1.2.1.4.3. #ifdef

1.2.1.4.4. #progma

1.2.1.5. Character-set mapping

1.2.1.5.1. execution character set

1.2.1.5.2. For Microsoft C and C++, both the source and the execution character sets are ASCII.

1.2.1.6. String concatenation

1.2.1.6.1. "String " "concatenation"

1.2.1.6.2. "String concatenation"

1.2.2. Compiler

1.2.2.1. Understanding Declaration Is Critical

1.2.2.1.1. Namespace

1.2.2.1.2. Class & Object

1.2.2.1.3. Function

1.2.2.2. executions and expressions are routine

1.2.3. Linker

2. Synthesis

2.1. Pragmatics

2.1.1. Style

2.1.1.1. Google C++ Style Guide

2.1.1.2. Google C++风格指南

3. Resources

3.1. C++ Now

3.2. C++ Language Tutorial

3.3. MSDN C++

3.4. Inside the C++ Object Model

3.5. Google C++ Style Guide

3.6. IBM C++