Python
Tools > Get Tools and Features > Workload: Python Development
Alt+I
Open folder of *.py file, then open file to execute it by pressing the play button above.
Selenium
PHP
Batch
Shell
C
C++
Download Visual Studio @ Visual Studio Downloads page. Open it and install Desktop development with C++ (Tools > Get Tools and Features…).
- File > New > Project > Console App > Create
- Generate *.exe to Debug folder from *.cpp file: Build > Build Solution
- Run generated *.exe either at cmd or F5 (Debug > Start Debugging)
- Can also directly run *.cpp without generating its *.exe with F5
- Create DLL: File > New > Project > DLL > Create
- Project > Add New Item > Header File > Add