Skip to content

khle08/notepp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the .cpp file, make sure the following 2 things:

  1. The file contains a function called "main"

  2. Use the CMD to compile code "g++ name.cpp -o exeName"

  3. Use the CMD to run code "./exeName"

g++ async.cpp -o async -std=c++11 -pthread

To run the CMakeLists project file:

1. With Clion

  1. Click the "Menu column -> Tool -> CMake -> Unload CMake project" to detach the current CMake target (unbind the default target) .
  2. Click your target CMakeLists file and then run "Menu column -> Tool -> CMake -> Reload CMake project"

2. With terminal / bash only

  1. type the following commands in the terminal (in the folder of each project)
mkdir build
cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •