
September 19th, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 865
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Temporary Variables: Procrastination is the Thief of Time
C++ is a powerful programming language to learn, in part because it gives you full control over memory management. This is a two-edged sword, however; it lets you improve the performance of your code, but it also lets you shoot yourself in the foot. Therefore, it is important to understand the C++ compiler. This article examines how and why the compiler creates temporary objects, among other topics.
Read the full article here: Temporary Variables: Procrastination is the Thief of Time
For more discussion go here: Blog Article Discussion
|