力码LeetCode使用指南

liuqiang_mail 1 0 zip 2024-10-03 21:10:29

vscode安装leetcode

Table of Contents

Pending to understand

Reading Materials

Compile & Build

To build with MSVC:

  1. Code VS2019 Native developer x64 prompt

  2. cd path_to_leetcode

  3. 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

用户评论
请输入评论内容
评分:
暂无评论