Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
thread
//Title of this code #include <iostream> #include <thread> #include <chrono> using namespace std; void foo(){ cout << "fooo\n"; } int main() { thread th(foo); th.detach(); std::this_thread::sleep_for(std::chrono::seconds(2)); }
run
|
edit
|
history
|
help
0
Test 2(2021)
C++ Car Racing game framework 2
Programa 3(Creo que ya esta)
temp_new
Optimization Lab 2
Exempel 2
File System
project: bank account
Factorial Inv wip
fgm