can someone please suggest a good book on visual c++.net i know the basic c++..... so i need a application based book for windows programming...
i dont know if this is the right place.... i need this book ....... Schaum's Outline of Theory and Problems of Programming with Java pls...
static int a[]={0,4,7,9,11}; static int *p[]={a,a+1,a+2,a+3,a+4}; int **ptr=p; ptr++; printf("%d %d %d %d\n",ptr,p,ptr-p,*ptr); my problem is with...
Separate names with a comma.