Purpose: Produce end-user executables that are available through /bin Content: One cpp file per target executable. The code in cpp is expected to mainly deal with the command-line. All logic should be kept in corresponding library found in c++/lib folder Naming: Camel case. All names begin with small letter.