Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

khle08/notepp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

274 Commits

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

AltStyle によって変換されたページ (->オリジナル) /