superstring questionWrite your question here. this is my code about search substring in a file. but i need to change i...
Pascal's TriangleDefine a function int ** pascal(int rows) that returns a triangular array containing the...
shuffleDefine a function int * shuffle (int * p1, int length1, int * p2, int length2) that "shu...
What r differences between *p and **p in C++int **P *p=&x; is p point to the x's address's address? and *p point to the x's address? **p=n?
sort by lengthcan u guys help me find out errors? the error is "error: invalid use of member (did you forget the '...
This user does not accept Private Messages