User profile: vatsalbp

User info
User name:vatsalbp
History
Joined:
Number of posts:21
Latest posts:

Pointer function
Don't get any errors when I build it but when I run it the window opens and closes really fast.

Pointer function
I 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 function
The destructor is suppose to be empty.