简体   繁体   中英

C++ Find Entry Point

Well, i am feeling a little bit foolish asking something like this, but i' have no idea where the main function is in code i got from another person.

It's a pretty large Visual C++ project. So my question is simple, and please forgive me for asking this, but is there an easy way to find the entry point in a c++ solution in visual studio? It may not be called main, because there is a link to MFC tools (so perhaps WinMain). Thank You!

调试 - >在未调试时使用的Step Into应该开始调试并在入口点中断。

ctrl +,会给你一些搜索成员的东西,然后你找你的主要功能,它可能会给你声明它的位置。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM