I need a C++ refresher. Why does this gives a memory exception? ... pear = new char[1024];. Memory for 1024 character is allocated from heap ...
www.google.com.tw