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 [2022/08/02 12:07] (current) bennett
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: 2022/08/02 11:59 (external edit)