Need to try something out quickly in C? Then it’s helpful to know how to compile a one file C program as a way to make yourself a C sandbox.
First make sure you You will need to be comfortable with the command prompt and have a C++ compiler installed.
...
:
Create a text file with a text editor with something like:
...