This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revision Both sides next revision | ||
|
cpp:pointers [2021/04/27 04:40] gthanos [Δείκτες τύπου void] |
cpp:pointers [2021/04/27 04:42] gthanos [null pointers] |
||
|---|---|---|---|
| Line 332: | Line 332: | ||
| <code c++ nullptr.cpp> | <code c++ nullptr.cpp> | ||
| #include < | #include < | ||
| + | |||
| char *p = 0; | char *p = 0; | ||
| char *q = NULL; | char *q = NULL; | ||