Cpp static variables: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 November 2018

  • curprev 23:0523:05, 29 November 2018Will talk contribs 191 bytes +191 Created page with "In CPP, class variables (variables that are shared by all instances of class) are '''initialized''' outside of the class. <syntaxhighlight lang="cpp"> int MyClass::var=0; </..."