B64_PlusPlus A small C++ program that implements Base64 encoding Instructions for Use Compile the program with the following command: mkdir build cd build/ cmake .. cmake --build . --config Release Run the program as follows: .\build\Release\B64_PlusPlus.exe "YOUR_TEXT_HERE" -e