In this article, I give you programming tips that can improve your C++ code. I will cover use of parentheses, long expressions, modifying objects, and more. By the time I'm done, you will hopefully have learned a few ways to make your code faster as well as easier to understand and maintain.
C++ Fundamentals
Use of parentheses
Consider this expression without parentheses:
[code]a * b + c / d
"C & C++" 카테고리의 다른 글
- 泥 (4)2010/09/30
- C++ Preprocessor: Always Assert Your Code Is Right (2)2008/04/26
- C++ Preprocessor: The Code in the Middle (0)2008/04/26
- C++ Programming Tips (0)2008/04/26
- C++ Preprocessor: Always Assert Your Code Is Right (0)2007/07/30
- C++ Preprocessor: The Code in the Middle (0)2007/07/30
- Multithreading in C++ (0)2007/07/30
- A Simple Garbage Collector for C++ (0)2007/07/30
- Function Pointers (1)2007/07/30
- DLL Conventions: Issues and Solutions (0)2007/07/27



















