您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. KDE Application Tutorials

  2. KDE Application Tutorials1. Introduction1.1. What you should know already2. Getting Started3. Building the Qt Tutorials3.1. Step One: Hello World!3.1.1. What to change first3.1.2. Entering the tutorial code3.1.3. Building Hello World!3.1.4. Exercise
  3. 所属分类:QT

    • 发布日期:2008-02-21
    • 文件大小:113664
    • 提供者:osoon
  1. sourcecode (3).cpp

  2. 编写一个哺乳动物类Mammal,再由此派生出狗类Dog,二者都声明speak()成员函数,该函数在基类中被声明为虚函数。 声明一个Dog类的对象,通过此对象调用speak函数,声明一个Mammal类的指针指向Dog类的对象,通过指针调用speak函数。
  3. 所属分类:C++