User profile: vincegata

User info
User name:vincegata
History
Joined:
Number of posts:112
Latest posts:

Exit two-threaded program with user input?
-- thank you JLBorges!

Exit two-threaded program with user input?
Hello, [code] // clang++ -g -std=c++11 main.cpp -pthread #include <iostream> #include <thread> #in...

How can I set up two objects to communicate with each other asynchronously?
Thanks a lot! I sure need the reading to understand the code and adapt it.

How can I set up two objects to communicate with each other asynchronously?
Thanks JLBorges, it looks like I should start reading on C++11 threading. I should have been more ...

How can I set up two objects to communicate with each other asynchronously?
Hello, Here is what I've got so far: [code] // build: // clang++ -g -std=c++11 -Wall main.cpp -o...