Sublime text 3

I am just starting up so I was setting up my sublime and I read the notes on sublime by Ben where he said he uses command line to do all the compilation and running and not use the sublime build system. I want to know how can I also do that? I am a Windows user and one of the question I have is if I am using cmd then do I have to write that long line of code g++ -std=c++17 -O2 name.cpp -o name -Wall everytime? @Benq

No. See https://usaco.guide/general/cpp-command?lang=cpp#adding-shortcuts-mac

(Though I am not familiar with Windows)

Thanks, I will check the guide.