- 博客(3)
- 收藏
- 关注
原创 make编译时 -j进程太多遇到的问题
c++: internal compiler error: killed(program cc1plus)
2019-06-14 16:10:04 4716 1
原创 Debug
debug:函数重载(overload)时,注意在头文件中,不要加大括号,加打括号意味着函数已经被定义过。功能复杂时,并且有很多类似功能时,注意定义清楚名字并理清相互关系,建议先在纸上把关系罗列清楚再写代码。...
2018-11-22 15:01:03 129
原创 指向struct 的指针(函数内)
/**Definition for a binary tree node.struct TreeNode {int val;TreeNode *left;TreeNode *right;TreeNode(int x) : val(x), left(NULL), right(NULL) {}};/class Solution {public:typed...
2018-10-12 15:21:07 1538
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人