
please wait
const int variable_Name = 5;
|
|
extern
:
|
|
|
|
|
|
Before doing anything: myInt: 4 myConstInt: 7 After doing stuff (in the other .cpp file): myInt: 15 myConstInt: 7 After doing more stuff (in this .cpp file): myInt: 100 myConstInt: 7 |
#include
d multiple times.