C++ Specifics
Compiling
A .exe
file will be generated in the directory for execution. One needs to compile a c++ file every time before running it! No updates of the code will be reflected otherwise!
Executing
a.exe
in terminal.
Fast I/O
General Template
Last updated