Does using “this->” slow down your program because it has to dereference a pointer? Or does the compiler understand and automatically remove all of this->? I just like putting this-> for clearly differenciating local variables and member fields.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
|
Any benefit from putting 'this.' infront of everything?
|
0 | 109 | November 5, 2009 | |
| Is "this.something" always faster than"something" inside a class? | 0 | 74 | August 4, 2008 | |
| WOW, using "var" REALLY makes a big difference in speed! | 0 | 81 | May 3, 2008 | |
| Faster to use "this.Var" or just "Var"? | 0 | 161 | April 3, 2013 | |
|
Why use "this."?
|
5 | 57 | July 29, 2003 |