I was just wondering why there are two ways to specify null pointer. I have been going through the link, but did not get clear understanding of its use.
Can someone give a good example of when to use what?
|
|
|
The C++/CLI language already had a This is only relevant when you compile with /clr in effect. Write C++/CLI code in other words. Just use plain nullptr in C++ code. |
|||
|
|
If I read it correctly, you should use |
|||||
|