I have no idea why this doesn\'t work
#include #include using namespace std; void *print_message(){ cout << \"Thre
You should declare the thread main as:
void* print_message(void*) // takes one parameter, unnamed if you aren't using it