1Here are several small example programs that use the libraries in different 2ways. 3 4The "c" directory has programs that are all in C and use libFLAC. 5 6The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. 7 8The programs are: 9c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC 10c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC 11cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ 12cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++ 13