Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |