开发者

How do I get a complete list of the classes in MFC and ATL?

I need for documentation purposes the list of all classes public available in MFC and in ATL. How can I b开发者_C百科uild this list without copy and paste from all header files?


The documentation is always a good place to start.

You can download this handy chart, and even hang it on your wall. Multiple formats are available here.

And for ATL. Classes shared between ATL and MFC are all listed here.


You can do this with doxygen. You can point it to the headers in \Vc7\atlmfc\include and it will create HTML (and other formats) of the public members.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜