User profile: salem c

User info
User name:salem c
Name:Salem
Location:The Rock
Bio:Please don't PM me to do your homework, unless it comes with a credible offer of money.
My rate is US$100 per hour.
History
Joined:
Number of posts:3667
Latest posts:

Reading PNG file
The PNG file has also gone.

Help with text-based fighting game health bar
I think you want logic like this. [code] if(ophealth<=0&&health>=1){ cout<<"====...

question about hand-over-hand fine-grained locking mechanism
My first thought would be why you need fine-grained locking when a global lock on the whole list is ...

question about hand-over-hand fine-grained locking mechanism
[code] node<T>* succ = first; std::unique_lock<std::mutex> currentLock(succ->mtx); [/code] B...

Stuck again and need help
Perhaps start with [code] #include <iostream> #include <iomanip> #include <string> using namespace s...