Go to repovive.com/compiler and you will see a code editor on the left, a run button at the top, and an output panel on the right.
You type code on the left, click run, and see results on the right. The compiler translates your C++ code into machine instructions your computer executes. If you make mistakes, the output panel shows error messages.