Problem with deallocating vector of pointersHi, the value of container.capacity() after clearing the container is: 16777216 of course this i...
Problem with deallocating vector of pointersHi guys, I don't know what's wrong with the following code! I am deleting all pointers, but when I ...
how to check if a FILE is openI've got a FILE pointer like this: [code]FILE* file;[/code] How can I check if it's open? Is i...
which notation do you use for pointers?[quote]never declare two variables in one line[/quote] Would u please tell me why?
which notation do you use for pointers?Which notation do you use or prefer to use to define pointers? [code]int* x;[/code] or [cod...
This user does not accept Private Messages