vscode安装leetcode
Table of Contents
Pending to understand
Reading Materials
Compile & Build
To build with MSVC:
-
Code VS2019 Native developer x64 prompt
-
cd path_to_leetcode
-
code .
Categories:
Dynamic Programing顺序区间
Math
Unit distance code/Gray code/Circular
To do:
加入Google Test, 学习并掌握test driven development的工作模式
Solution:
使用visual studio code写C++时,如何正确地引用其他文件的函数?
答: 因为g++不会正确编译其他的CPP文件,你可以看VSCode的命令:
g++ /Users/stanhu/Desktop/Git/Foundation/CPP_Learn/main.cpp -o /Users/stanhu
暂无评论