User profile: andy1992

User info
User name:andy1992
History
Joined:
Number of posts:134
Latest posts:

Reading in file wrong output
That 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 shape
Make a function that draws a rectangle [code] void drawrect (int height, int length) { ///lmake ...