A collection of very good tips in reducing your code size. Most of the time these won't matter to most developers. However, makes a huge difference in bigger projects. And is always good to have an optimized code.
--Kamalakshan 19:30, 6 September 2009 (UTC)
To make your application more efficient, it is necessary that the code of your program is as optimum as possible. It makes the program effective and efficient with less memory-space consumed. The article describes some important ways to acheive this.
The article is useful for beginners and intermediate developers who are not aware of code-optimization tricks in Symbian C++.
--Deepikagohil 02:30, 11 September 2009 (UTC)