Skip to content

JasonkayZK/cpp-learn

 
 

Repository files navigation

RAII简述

编译环境:

  • C++11 or later

使用

本项目使用CMake构建,使用时:

首先在项目根目录使用:

cmake .

编译Makefile文件;

然后使用make命令编译:

make

编译完成后,运行文件即可:

./person
./test_mutex_lock

更多说明

见博文:

About

A repo to learn c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors