W
wongjoekmeu
Hello All,
function which is the main() function. Now I have the source code of a
C++ program from someone else. But whatever I am doing to search for
the main function, I can not find it. There is a very short description
of the program in a Readme file where it says that the main program is
located in a class "MytoolApp". I've had a look in this class which
seems to be derived from the "CWinApp" class. What is a "CWinApp" class
? I could not find any function called main() in this "MytoolApp"
class. Can anyone explain this to me ?
Many thanks in advance.
Robert
have at least oneFrom a book where I have learned C++ it says that each application must
function which is the main() function. Now I have the source code of a
C++ program from someone else. But whatever I am doing to search for
the main function, I can not find it. There is a very short description
of the program in a Readme file where it says that the main program is
located in a class "MytoolApp". I've had a look in this class which
seems to be derived from the "CWinApp" class. What is a "CWinApp" class
? I could not find any function called main() in this "MytoolApp"
class. Can anyone explain this to me ?
Many thanks in advance.
Robert