Linked Lists in C

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • This video compares C vs C++ through a concrete example - a linked list.
    The linked list is a fundamental concept in computer science and serves as the basis for many data structures such as stacks, queues, and more. Having already implemented a linked list in my C++ library, I decided to recreate the same library in C to illustrate the differences between the two languages.
    This video is part the hdelibc project - an open source library for C programming that provides modular components for many software development needs. It takes a somewhat object oriented perspective on the C programming language, using structs and function pointers to recreate some of the functionality from C++. The code for this library can be found on GitHub:
    github.com/Hom...

ความคิดเห็น • 14