A small C++ program that implements Base64 encoding
- 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
| Name | Name | Last commit date | ||
|---|---|---|---|---|