A simple C++ application containerized using Docker. The program prints the current date and time when run inside a Docker container. This project is intended as a minimal example to demonstrate: ...
This project is a simple calculator program written in C++. The program allows a user to input two numbers and choose an operation (addition, subtraction, multiplication, or division). It then ...