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 revisionPrevious revision
Next revisionBoth sides next revision
cpp:pointers [2021/04/27 04:40] – [Δείκτες τύπου void] gthanoscpp:pointers [2021/04/27 04:42] – [null pointers] gthanos
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