Need help on pointer/addressWhat if it is like this *(&nPtr) would it be the same?
Need help on pointer/addressI'm still not getting the part &(*aPtr). Can you explain more indepth? Thanks for the reply.
Need help on pointer/addressIf aPtr is an integer pointer, then &(*aPtr) has the same value as aPtr. (True/False) Can somebody ...
help pleaseAnyone know why this doesn't program doesn't work? [code]#include <iostream> #include <fstream> #in...
file wont print outHow come when i open the file output nothing is there? [code] file.close(); fstream output;...
This user does not accept Private Messages