c++和c创建静动态链表是一样的吗?如果不一样,请举例
人生最曼妙的风景,竟是内心的淡定与从容!
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.
I don’t quite understand what a static linked list is. Are you talking about a static library or a dynamic library?
c++ can be implemented using classes, while c can only be implemented using structures.
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.
I don’t quite understand what a static linked list is.
Are you talking about a static library or a dynamic library?
c++ can be implemented using classes, while c can only be implemented using structures.