Hello, I was surprised with your design with just a .h file and no .cpp file. This way one cannot implement real modularity (e.g. Let's say I would make a DTMF library and a music player library which would both use yours. I wouldn't be able to use them both in the same program. Is there a reason you implemented it that way ?
Hello, I was surprised with your design with just a .h file and no .cpp file. This way one cannot implement real modularity (e.g. Let's say I would make a DTMF library and a music player library which would both use yours. I wouldn't be able to use them both in the same program. Is there a reason you implemented it that way ?