Last active
April 3, 2016 18:51
-
-
Save vieirin/e3782bebcb3f0927e6b5db699eead3f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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