problem about void-Collection of common programming errors


  • EJP
    c++ compiler-errors void
    How to fix [Error] expected primary-expression before ‘void’ Compiler: TDM-GCC 4.6.1 64-bit on this code#include #include #include using namespace std;#define NUM_THREADS 5int main () { pthread_t threads[NUM_THREADS]; int rc; int i; for( i=0; i < NUM_THREADS; i++ ){cout

Originally posted 2013-11-09 21:20:42.