Giter Site home page Giter Site logo

Comments (1)

GorgonMeducer avatar GorgonMeducer commented on June 22, 2024

IMPLEMENT用了微软的 microsoft-extension,也就是微软为匿名结构体和共用体引入的扩展;编译的时候需要编译器加入 -fms-extensions 才能正确使用,否则会有warning,说你代码啥都没定义。
INHERIT 就是没有用微软的这个扩展语法。

以上是基本出发点。
一般来说,尽可能用 IMPLEMENT,因为微软的这个扩展还是蛮有用的(就算编译器不支持微软的扩展,IMPLEMENT的效果就跟INHERIT自动等效了)。但微软的这个扩展有个问题,比如基类定义了一个成员叫example,通过IMPLEMENT继承以后,如果派生类里也有 叫example的成员,就会冲突了——如果确实派生类里要存在跟基类重名的成员,就必须要用INHERIT而不能用IMPLEMENT。

理解这个问题的关键就是你要知道 微软对匿名结构体和公用体的这个扩展。

from plooc.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.