User profile: vstomar

User info
User name:vstomar
Email:vstomar@gmail.com
Name:Virendra Singh Tomar
Location:Bangalore
History
Joined:
Number of posts:5
Latest posts:

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 type
Func(char *str, double *d, short len, bool bExtra) should be better

Definition type
Func(char *str, double *d, int len, bool bExtra) should be better

C++ Learning
To 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...