Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-30 | Improved Makefile and .gitignore | Florian Jung | |
2010-12-30 | Use NoteSkel wherever possible | Florian Jung | |
Notes are still created from the built-in Note class, but theoretically, other classes could be used, too. | |||
2010-12-30 | Note inherits from NoteSkel -- works | Florian Jung | |
2010-12-30 | Note inherits from NoteSkel -- DOES NOT WORK! | Florian Jung | |
The program compiles well, but as soon as a note is created, it exits, because a pure virtual method is called in NoteSkel's ctor (which is called before Note's ctor) which tries to call a function which is implemented in Note, but not in NoteSkel | |||
2010-12-29 | Define an interface and a skeleton for class Note | Florian Jung | |
2010-12-29 | Initial commit | Florian Jung | |