This content has 6 years. Please, read this page keeping its age in your mind.Many times, many people get confused about the difference. I was looking to set up a TCP server using Boost (of course). There is a tutorial by Mahreen Tahir saying that: But what if there are more than one clients trying
Tag: boost
Get to know boost::threads
This content has 6 years. Please, read this page keeping its age in your mind.What more exciting than using individual threads in your programs. In multi-core systems and even in micro-controllers where you want multi tasks with different priorities, threads come to the rescue. Boost for C++ is a valuable asset. I searched for related