vscode安装leetcode 30-Day LeetCoding Challenge Solutions @ Programming language : C++

Environment : Ubuntu 16.04 , Windows 10 x64

Tool : Visual Studio Code

To run the code with Visual Studio Code

  • Windows 10

  • Use settings in .vscode

  • Create folder exe

  • Ubuntu 16.04

  • Use settings in .vscode_ubuntu

  • Create folder bin

Coding with Visual Studio Code @Win10 x64

  • Using GCC with MinGW

  • Install the required tools.

  • Search for 'C++' in the Extensions view (Ctrl+Shift+X) of VS Code

  • Install necessary packages.

  • Architecture -> x86_64

  • Add required configurations.