Converting Examples into Libraries
Much of the example code that I publish is released to embedded-resources as standalone .c or .cpp files. I structure examples in this way as a matter of convenience: It’s easier for consumers to parse and understand a self-contained example Each example usually needs its own main function to demonstrate usage However, in their monolithic …
