随笔分类 -  c++项目

一些简单的c++项目
摘要:1、在项目属性->配置属性->VC++目录->常规 下面补充相应目录 包含目录与外部包含目录 添加相应.h文件所在nclude路径 引用目录与库目录 添加相应.lib文件所在路径 阅读全文
posted @ 2026-02-05 14:17 小犟 阅读(2) 评论(0) 推荐(0)
摘要:## threadbase2.h // c++11 #ifndef _THREADBASE2_H_ #define _THREADBASE2_H_ #pragma execution_character_set("utf-8") #include <iostream> #include <threa 阅读全文
posted @ 2025-03-17 11:22 小犟 阅读(71) 评论(0) 推荐(0)