Related errors in MFC and solutions:
(1)Zero X 00000005:
Solution: see where it isArray out-of-bounds;
(2)0 xcccccccc: Declare the pointer in the class, but there is no error such as assigning the initial value.
Solution: Assign null to the pointer in the class constructor.
(3) In MFCThe class in the Class View is missing:
Solution: enter a space in any header file in File View to solve the problem.
(4)Redefinition; different base types, lack of type specifiers-assumed to be int, note: C ++ does not support default int:
Solution: the header file in the Code is called cyclically.
(5) After the window is closed,"Todo: <file description> the job has stopped.":
Solution: Check whether the destroywindow () or onclose () methods are reloaded in your code. Note that there is one between destroywindow () and onclose, if both exist, delete one.
MFC error highlights