google-cpp-style-guide-zh-tw icon indicating copy to clipboard operation
google-cpp-style-guide-zh-tw copied to clipboard

Google C++ Style Guide 的繁體中文版

Results 2 google-cpp-style-guide-zh-tw issues
Sort by recently updated
recently updated
newest added

完成整份文件的翻譯 需翻譯章節: - [x] 背景 (Background) - [x] 標頭檔 (Header Files) - [x] 作用域 (Scoping) - [ ] 類別 (Classes) - [ ] Google 特有的魔術 (Google-Specific Magic) - [ ]...

enhancement

原文: Avoid using forward declarations where possible. Just #include the headers you need. GitBook: 你可以透過前向宣告常見的類別來避免不必要的 #include。 原文的意思應該是「儘可能避免使用前向宣告,只要載入專案需要的標頭檔」吧?

outdated translation