I am trying to run a simple code using pthreads using linux compiler.
1. I have included /usr/include in the include path c/c++ settings.
2. Also i have set the compiler->miscellaneous->other tag to -pthread
and added "pthread" in libraries of the linker.
Problem: Still getting an error: type 'pthread_t' could not be resolved.