Where to go from here ?read effective c++ technics http://www.google.co.in/url?q=http://knot805.eti.pg.gda.pl/po/books/Eff...
Definition typeFunc(char *str, double *d, short len, bool bExtra) should be better
Definition typeFunc(char *str, double *d, int len, bool bExtra) should be better
C++ LearningTo start with Thinking in C++, Vol 1 http://www.google.co.in/url?q=http://www.lib.ru.ac.th/download...
pthread_create invalid arguments...change the function signature to void* thread1(void*) #include <stdio.h> #include <pthread.h> #in...