Reading in file wrong outputThat was expected , you function returned exactly what you instructed it too and displayed exactly w...
string::erase()If your string contains a bunch of words in it separated by white spaces then you could use a stream...
what will happen to pointer after set to NULL@minnippa explained everthing on what could cause it to print . Check out above [output]why pointer ...
what will happen to pointer after set to NULL[code]after we have p = NULL , is the heap which pointer p point to setted to NULL,or just pointer p...
Hollow rectangle shapeMake a function that draws a rectangle [code] void drawrect (int height, int length) { ///lmake ...