I have just started learning VC++
We have seen how to make a simple applications such as a dialog box or making split windows and displaying Hello World ! etc.....
We have seen how MFC creates lot of source code all by itself and have to just make minor changes and additions...... ...
I was just curious to try some of the applications freely available on internet....
I downloaded some of the applications such as a simple screensaver, a bitmap displayer, an alarm application , etc............ .....
But when I saw the files of the applications, I just couldnt understand them as there was no comments, no explanation etc....
I mean ofcourse I am familiar with C/C++ etc......
But with MFC its diff....
The thing is that when I open the source files of a particular application then how will I know that what lines of code have been generated by MFC and what lines of code has been written by the user ??????
We have seen how to make a simple applications such as a dialog box or making split windows and displaying Hello World ! etc.....
We have seen how MFC creates lot of source code all by itself and have to just make minor changes and additions...... ...
I was just curious to try some of the applications freely available on internet....
I downloaded some of the applications such as a simple screensaver, a bitmap displayer, an alarm application , etc............ .....
But when I saw the files of the applications, I just couldnt understand them as there was no comments, no explanation etc....
I mean ofcourse I am familiar with C/C++ etc......
But with MFC its diff....
The thing is that when I open the source files of a particular application then how will I know that what lines of code have been generated by MFC and what lines of code has been written by the user ??????

Comment