User Tools

Site Tools


guides:programstyle:globals

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
guides:programstyle:globals [2022/08/02 11:59] – external edit 127.0.0.1guides: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.txt · Last modified: 2022/08/02 12:07 by bennett