Adding to Chris's answer, you can also do:
(*this).isVal = str;
However, it's better to do what Chris said, as it is more orthodox. This is just illustrating that you need to de-reference the pointer before calling methods on it.
|
2 | added 174 characters in body | ||
|
Adding to Chris's answer, you can also do:
However, it's better to do what Chris said, as it is more orthodox. This is just illustrating that you need to de-reference the pointer before calling methods on it. |
||||
|
1 |
|
||
|
Adding to Chris's answer, you can also do:
|
||||