DS-73 / Cpp-Thread

This is a C++ based Thread programming repository which contain may different programs to understand the concept and use cases of thread in our programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadME

Objective

Objective of this project is to create a master thread programming repository.

Description

In this we have servral programs based on threads in C++ to understand the concept and role of thread programming in much more detail

Operating System - Windows 10, Pop!_OS 20.10

Software & technologies:

- Visual Studio Code

- Thread Programming

- C++

CommandLine arguments:

  1. To compile program with C++11 standard

    • g++ -std=c++11 -pthread -oa filename.cpp
  2. To compile program with C++14 standard

    • g++ -std=c++14 -pthread -oa filename.cpp
  3. Executing the program

    • ./a.exe
    • ./a.out

About

This is a C++ based Thread programming repository which contain may different programs to understand the concept and use cases of thread in our programs


Languages

Language:C++ 100.0%