Skip to content

Instantly share code, notes, and snippets.

@vieirin
Last active April 3, 2016 18:51
Show Gist options
  • Save vieirin/e3782bebcb3f0927e6b5db699eead3f6 to your computer and use it in GitHub Desktop.
Save vieirin/e3782bebcb3f0927e6b5db699eead3f6 to your computer and use it in GitHub Desktop.
class ListArray {
private:
const MAX_SIZE;
public:
void other_methods;
};
ListArray::ListArray(){
MAX_SIZE = 10;
//da erro aqui.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment