C++ Library Extensions 2022.12.09
To help learn modern C++ programming
000-constptr.cpp File Reference
#include <iostream>
Include dependency graph for 000-constptr.cpp:

Go to the source code of this file.

Functions

void examples_for_pointer_to_const_object ()
 
int main ()
 

Function Documentation

◆ examples_for_pointer_to_const_object()

void examples_for_pointer_to_const_object ( )

Definition at line 3 of file 000-constptr.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 126 of file 000-constptr.cpp.

Here is the call graph for this function: