User profile: siavoshkc

User info
User name:siavoshkc
Email:siavoshkc@yahoo.com
Name:Siavosh KC
Bio:DEEP SYSTEM UNDERSTANDING.
Statistical data
Skills:BASIC
C++
C++/MFC
VB .NET
Assembly
History
Joined:
Number of posts:21
Latest posts:

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 click
No its not the right way. Use m_Box01Ctl.SetWindowText(_T(""));

Clearing textboxes with button click
Usually 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?