Skip to content

A simple C++ program to reverse the string and convert it into uppercase letters using multiple threads and joins

Notifications You must be signed in to change notification settings

SameetAsadullah/Reverse-and-Uppercase-String-Using-Thread-Joins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Reverse and Uppercase String Using Thread Joins

Description

A simple C++ Program to reverse the string and convert it into uppercase letters using Multiple Threads and Joins. There are two variations of the program, you can execute whichever you want:

  1. With using pthread_t global variables (main.cpp)
  2. Without using pthread_t global variables (main1.cpp)

Manual

  1. Use any of the following command to Compile the Code:

    g++ main.cpp
    
    g++ main1.cpp
    
  2. Use the following command to Run the Code:

    ./a.out
    

About

A simple C++ program to reverse the string and convert it into uppercase letters using multiple threads and joins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages