-
Notifications
You must be signed in to change notification settings - Fork 0
Home
QunL edited this page Dec 2, 2013
·
6 revisions
Welcome to the SecureCppCodeStandard.cn wiki!
Translate CERT C++ Secure Coding Standard to Chinese.
- Translate secure rules
- Translate secure recommendations
- Other things to add
- use this wiki as work place.
- [Preprocessor PRE][Preprocessor-PRE]
- Declarations and Initialization (DCL)
- Expressions (EXP)
- Integers (INT)
- Floating Point Arithmetic (FLP)
- Arrays and the STL (ARR)
- Characters and Strings (STR)
- Memory Management (MEM)
- Input Output (FIO)
- Environment (ENV)
- Signals (SIG)
- Exceptions and Error Handling (ERR)
- Object Oriented Programming (OOP)
- Concurrency (CON)