An MVC Christmas Tree in C++ and ncurses
While playing with C++ templates lately, I came up with an Oscillator class, which executes a custom task with a given frequency. In fact, it’s a family of classes, given that the frequency is parametric. Moreover, I can give the constructor a delay (in milliseconds), in case I need to postpone the first task execution:…
