I\'m trying an C++ small thread program but having error that i couldn\'t handle it.
The Code
#include \"Threads.h\" #include \"Interthread.h\" void*
You should delete the line using namespace boost;. It doesn't appear to be needed in your program.
using namespace boost;