class StudentEntry {...} *entryList[MAX_STUDENT];Despite the errors in code I see many formatting problems that makes the text hard to read. I am not...
How do make a program to find the annual after-tax?So whats your problem? Write a new function to do the simple math.
Clearing textboxes with button clickNo its not the right way. Use m_Box01Ctl.SetWindowText(_T(""));
Clearing textboxes with button clickUsually when you type '.' after "m_Box01Ctl" IDE pops up a list of members which you can select one ...
How to declare a vector of objects with no default constructor?Can you explain more?