I'm a graduate programmer and when it comes to C++ I expect there to be a main()
function everytime.
However I've been given a project written in C++ with Visual Studio 6.0 and it doesn't have a main()
function. I really can't figure out how this program executes or where it begins.
I have seen examples of the Macro that can be used to change the name of the main()
function, however this code shows no sign of that practice.
Can anyone suggest what I should be looking for?