Loading video...
Video Failed to Load
Dynamic Arrays in C
646,015 views • 2 years ago •via X (Twitter)
7 Comments

Тsфdiиg2 years ago
The presented in the video code is not meant to be production ready. It's meant to convey the main idea of the approach. You actually want to pass xs by pointer and wrap it internally in parenthesis. I've put a better version in a gist:

Тsфdiиg2 years ago
Just 9 lines of code?

Kolt2 years ago
I believe this is how vectors work in C++?

Тsфdiиg2 years ago
Yes

Vjekoslav Krajačić2 years ago
But creating a new struct for each type! Surely, that makes you an unproductive programmer! /s

LLLL Colonq (man of letters)2 years ago
this is a nice video format, it's fast but the order of things flows very well

Qianqian Fang /房骞骞/2 years ago
in the macro, what does "do{}while(0)" provide compared to just a pair of curly brackets {...}?
