Skip to content

LoadLife/CppTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp_Test

miscellaneous cpp learning

  this is a cpp(mainly cpp11) test_cases repo refer to:

  • std::thread, std::algorithm, std::utility, std::chrono... api test
  • thread_pool, spinlock, clock, object_pool... realization
  • different tempalte's test_cases
  • some miscellaneous cpp knowledge points

build step :

  • mkdir build_dir
  • cd build_dir and run cmake -DCMAKE_BUILD_TYPE=Release[/Debug] path/to/Cpp_Test
  • cmake --build path/to/build_dir

About

record forgettable contents in my cpp learning's journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published