Skip to content

DZoin/Multithreading---NBU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpplearn_pthreading

This is an example for using POSIX threading in C++. The example is still incomplete, but it is a starting point and it will be further developed.

Requirements

  • Linux/Unix (e.g. Ubuntu, Mac OS X, etc.)
  • cmake (on Ubuntu, you can install it using "sudo apt-get install cmake")
  • g++ *on Ubuntu, install it using "sudo apt-get install g++"

Build and Run

  • open the terminal and navigate to the root folder
  • create directory build
  • go to the build directory
  • write the following command: "cmake ../"
  • after the cmake is complete, write: "make"
  • after the make is complete, you can run the application: "./pthreading"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published