
C++
啊_是汪汪啊
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++之const std::string& s(传参时 const string& 相对 const string 的优势)
class DepthViewer : public OpencvViewer{public: DepthViewer(const std::string& win); virtual void show(const cv::Mat& depthImage); virtual void onMouseCallback(cv::Mat& img, ...原创 2019-03-14 10:29:36 · 21879 阅读 · 2 评论 -
vs典型错误1——错误严重性代码说明项目文件行禁止显示状态 错误C4996 'fopen': This function or variable may be unsafe
严重性 代码 说明 项目 文件 行 禁止显示状态错误 C4996 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See onl...原创 2019-04-01 09:55:00 · 20247 阅读 · 3 评论