User Tools

Site Tools


guides:programstyle:globals

Differences

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

Link to this comparison view

Next revision
Previous revision
guides:programstyle:globals [2020/08/04 14:20] – created wikiadminguides:programstyle:globals [2024/07/25 15:01] (current) – external edit 127.0.0.1
Line 13: Line 13:
  
 // MAX_SIZE is a global constant.  This is not a problem. // MAX_SIZE is a global constant.  This is not a problem.
-const int MAX_SIZE;+const int MAX_SIZE {10};
  
 int main() { int main() {
guides/programstyle/globals.1596550801.txt.gz · Last modified: 2024/07/25 15:01 (external edit)