User Tools

Site Tools


cpp:pointers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 <iostream> #include <iostream>
 +
 char *p = 0; char *p = 0;
 char *q = NULL; char *q = NULL;
cpp/pointers.txt · Last modified: 2023/04/25 13:14 by gthanos