Output Shapes/Graphs?Well, openGL is what you can always go for... its lil bit hard at the begginig but u'll enjoy as it ...
urgently need help on the C++ question.[code]char* extractWord(char *str) { for(int i=0;str[i]!='\0';i++) //run through string { if...
Program crashes after object is deletedMake sure that the pointer you are deleting contains a valid address( which you have assigned, i mea...
What is wrong with this code of C++?Hi, The reason why you get run-time error is, you are changing the value of the memory locati...
This user does not accept Private Messages