이수안 데이터 연구실

검색 :
RSS 구독 : 글 / 댓글 / 트랙백 / 글+트랙백

C++ Programming Tips

Site : http://www.devarticles.com/c/a/cplusplu ··· ing-tips

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

이올린에 북마크하기(0) 이올린에 추천하기(0)
2008/04/26 15:56 2008/04/26 15:56

맨 위로