Learning algorithms from basic to advanced with test and statement. Mainly focused on writing with C++.
We mainly used VS Code for compile and build CPP code. Because it is OS type free of codes and stable to write.
Check out following post to install.
During the testing problems we used g++ with following version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Basically below is good to go.
g++ problem.cpp && ./a.out