Pointer functionDon't get any errors when I build it but when I run it the window opens and closes really fast.
Pointer functionI cant print the name of the book my code but I can print everything else My cpp file [code]#inclu...
Pointer function[code]class BookRecord { private: char m_sName[128]; long m_lStockNum; int m_iClassification; do...
Header file c++2.2.1 The class shall contain the following private variables: (1) a character array called m_sName,...
Pointer functionThe destructor is suppose to be empty.