¡@

Home 

c++ Programming Glossary: p_main

Strange type in c++

http://stackoverflow.com/questions/11376085/strange-type-in-c

and example void f char p p new char 100 int main char p_main NULL f p_main return 0 will not change p_main to point to the.. void f char p p new char 100 int main char p_main NULL f p_main return 0 will not change p_main to point to the allocated char.. main char p_main NULL f p_main return 0 will not change p_main to point to the allocated char array it's a definite memory..