当然。 std :: string classname; std :: ifstream instream(" myfile"); instream>> classname; myClass * mc = 0; if(classname ==" myClass") mc = new myClass ; -MikeSure.std::string classname;std::ifstream instream("myfile");instream >> classname;myClass *mc = 0;if(classname == "myClass")mc = new myClass;-Mike 查找工厂模式和Google.com的原型模式 - Phlip http://industrialxp.org/community/bi...UserInterfaces 你必须添加基础设施:创建对象工厂 获取字符串并输出堆分配的类。 / PavelYou must add infrastructure: create object factory whichtakes string and outputs heap allocated class./Pavel 这篇关于动态实例化一个类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-16 03:14