search

Home  >  Q&A  >  body text

c++和c创建静动态链表是一样的吗?

c++和c创建静动态链表是一样的吗?如果不一样,请举例

黄舟黄舟2805 days ago611

reply all(3)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 13:03:48

    C++ fully supports c code, so it can be said that c’s static linked list can be run in c++, but the reverse is often not possible.

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 13:03:48

    I don’t quite understand what a static linked list is.
    Are you talking about a static library or a dynamic library?

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:03:48

    c++ can be implemented using classes, while c can only be implemented using structures.

    reply
    0
  • Cancelreply