User profile: alx49

User info
User name:alx49
Email:alx.voropaev@gmail.com
Name:Alexey Voropaev
Location:Moscow
Website:http://www.linkedin.com/profile/view?id=51043715&trk=tab_pro
Bio:Web search engine programmer.
Statistical data
Birthdate:Jan 4, 1986
Gender:Male
Occupation:Researcher
Skills:C++
Perl
Assembly
Python
History
Joined:
Number of posts:6
Latest posts:

Problem with Threads
You should use conditional variables in order to synchronize threads.

strtok_s
Hi! It is better to send message as a constant reference. And try to use http://www.boost.org/doc/l...

cout and '\t'
See decision here. You can use spaces instead of tabs. http://cplusplus.com/reference/iostream/ios_...

Mutli Core threading
An advantage of multithreading on single CPU machine can be achieved in case if one thread waits I/O...

How to delete an Object ?
Then it is reason. As I already said members of you classes are creating at the same place in memory...