utilForever / CppSecureCodingStandard

Translate SEI CERT C++ Secure Coding Standard documents to Korean
MIT License
6 stars 0 forks source link

Translation list of each member #3

Open 5unKn0wn opened 7 years ago

5unKn0wn commented 7 years ago

신명근

Rule 01. Declarations and Initialization (DCL)
Rule 02. Expressions (EXP)
Rule 03. Integers (INT)
Rule 04. Containers (CTR)

옥찬호

Rule 04. Containers (CTR)
Rule 10. Concurrency (CON)
Rule 49. Miscellaneous (MSC)

이태양

Rule 06. Memory Management (MEM)
Rule 07. Input Output (FIO)

정윤서

Rule 05. Characters and Strings (STR)
Rule 09. Object Oriented Programming (OOP)