另一种策略是将当前功能在 main()中移动到辅助部分。功能。 main()函数 会调用你的pre-initialize函数然后调用 辅助主函数。 只是想一想,因为你还没有再给我们了 具体细节。 在嵌入式系统领域,必须在main()组装完成之前初始化的东西是语言。 - 托马斯马修斯 C ++新闻组欢迎辞: http://www.slack.net/~shiva/welcome.txt C ++常见问题: http://www.parashift。 com / c ++ - faq-lite C常见问题: http://www.eskimo.com/~scs/c-faq/top.html alt.comp.lang.learn.c -c ++ faq: http:// www。 raos.demon.uk/acllc-c ++ /的faq.html http:// www。 josuttis.com - C ++ STL图书馆书Another tactic is to move your current functionality inmain() to a "secondary" function. The main() functionwould call your "pre-initialize" functions then call thesecondary main function.Just a thought, since you haven''t given us any morespecifics.In the embedded systems world, things that must beinitialized before main() are done in assemblylanguage.--Thomas MatthewsC++ newsgroup welcome message: http://www.slack.net/~shiva/welcome.txtC++ Faq: http://www.parashift.com/c++-faq-liteC Faq: http://www.eskimo.com/~scs/c-faq/top.htmlalt.comp.lang.learn.c-c++ faq: http://www.raos.demon.uk/acllc-c++/faq.htmlOther sites: http://www.josuttis.com -- C++ STL Library book 这篇关于预启动初始化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-12 16:19