文件名称:linux下cpp插件开发实例
文件大小:8KB
文件格式:RAR
更新时间:2012-02-06 07:58:47
cpp plugin linux
本例介绍了linux下用C++实现插件的一个简单实例。 相关文章:http://blog.csdn.net/atunet/archive/2006/11/09/1376299.aspx
【文件预览】:
testplugin
----main.cpp(758B)
----inc()
--------pluginhelper.h(2KB)
--------baseclass.h(308B)
--------polygon.h(231B)
----pluginhelper.cpp(3KB)
----readme.txt(172B)
----Makefile(219B)
----plugin()
--------derivedclass.cpp(271B)
--------dynclass.h(2KB)
--------pentagon_hexagon.cpp(317B)
--------derivedclass.h(576B)
--------triangle.cpp(177B)
--------pentagon_hexagon.h(363B)
--------dynclass.cpp(985B)
--------triangle.h(241B)
--------rectangle.h(243B)
--------Makefile(390B)
--------rectangle.cpp(181B)