Recent posts

C++ Generating code with macro

1 minute read

In order to avoid repetition of code, which means a big No to copy-and-paste code, I need to put similar code into a macro, or a function. Considering this, ...

Arrange photos by their creation dates

3 minute read

The goal is that photos would be arranged programmatically into different directories, preferably starting with Year as root directories and a list of YYYY-M...