This repo is a documentation of my learning on C++. Will be updated continuously as my learning process progressing.
- Executable produced by build process shall have
.x
extension
For C++ 20 use inside the source directory:
g++ -std=c++20 -o <source_file>.x <source_file>.cpp