T
Tony Johansson
Hello Experts!!
I wonder if you use this within a static member function what does it mean
because you can call a static member function without having an object.
If you have instansited an object and you call a member function within that
object it's make sense to use this in that member function.
//Tony
I wonder if you use this within a static member function what does it mean
because you can call a static member function without having an object.
If you have instansited an object and you call a member function within that
object it's make sense to use this in that member function.
//Tony