1 Star 0 Fork 0

jorions/threadtest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

threadtest

多线程练习代码, 本repository是C++11多线程学习的示例代码,按照多线程的几个部分分文件夹放置,通过脚本文件编译执行文件。

使用方式,用户通过脚本compile.sh就会生成对应文件的Makefile文件,然后make编译,最后在执行程序查看结果。

目录结构

/-------
   |______.git
   |______thread
   |    |_____compile.sh
   |    |_____example.cpp
   |    |...
   |
   |______mutex
   |    |_____compile.sh
   |    |_____example.cpp
   |    |...
   |...

执行步骤:

  1. sh compile.sh example1.cpp 会生成对应example1.cpp的Makefile文件。
  2. make 会生成example1.cpp对应example1.o和example1。
  3. ./example1 执行查看结果。

空文件

简介

C++11 练习项目 展开 收起
C/C++ 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/jorion/threadtest.git
git@gitee.com:jorion/threadtest.git
jorion
threadtest
threadtest
master

搜索帮助