Object oriented programming and polymorphism in C
How to implement objects and polymorphism in C? Tutorials to get started with C before watching pointers and references: https://www.tutorialspoint.com/cprogr... memory allocation: https://www.geeksforgeeks.org/dynamic... structs: https://www.tutorialspoint.com/cprogr... function pointers: https://www.geeksforgeeks.org/functio... typedef: https://www.tutorialspoint.com/cprogr...

▶︎
"You can't do object-oriented programming in C"

▶︎
Your Ninth Day in C (Object Oriented Programming in C) - Crash Course in C Programming

▶︎
C Tutorial: polymorphism in C

▶︎
Rebuilding Pokémon with Object Oriented Programming

▶︎
Dynamic Memory Allocation | C Programming Tutorial

▶︎
Make your Data Type more Abstract with Opaque Types in C

▶︎
An Introduction to Arenas in C

▶︎
OBJECT ORIENTED PROGRAMMING IN C, HOW?

▶︎
Void Pointers | C Programming Tutorial

▶︎
Function Pointers | C Programming Tutorial

▶︎
realloc Basics

▶︎
Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

▶︎
C Strings are Terrible!

▶︎
Polymorphism in C

▶︎
"New" Features in C - Dan Saks

▶︎
Modern C++: Unique Ptrs and Vectors

▶︎
Pointers, visually explained | Code Words

▶︎
Header Issues: Guards, Name Mangling, and extern "C"

▶︎
Generic data types in C

▶︎
