經安全檢測,此網站為安全網站,請放心前往原始網址!

How to Use the "This" Pointer in C++ | eHow

In a C++ program, if you create object A of class X, you can then obtain the address of A by using the "this" pointer. The address is available as a local variable in the non-static member functions of X, and its type is const X*. The "this" pointer works

www.ehow.com

網址安全性掃描由 google 提供