decimal to given base//This function can be used to convert decimal to given base void To(long long num,char *buff,int b...
cannot correct the errorThe error is at line if(char astr[i]==" ") first use ' ' to compare the single space second us...
Error Linked ListThe error is at line temp = (struct linkqueue *) malloc (sizeof(struct linkqueue)); please use ...
How to set the name for threadThread's are identified by the thread variable, created by pthread_t API AS : pthread_t thread1; Th...
Cannot access private members from within same class???The class Day has a constructor with no body so not able to compile. At least it must have blank bod...
This user does not accept Private Messages