Making a Vector Library in C

  Рет қаралды 12,259

Mashpoe

Mashpoe

Күн бұрын

Пікірлер: 5
@ziggy6698
@ziggy6698 2 жыл бұрын
Perfect amount of info to get your feet wet with implementations, recommending this clip to students. Very nice.
@AYVYN
@AYVYN 3 жыл бұрын
You could avoid casting so much by storing data in void** instead of a character array. void** data can be accessed by Vector->Data[ ] and then cast to any type by the user.
@Mashpoe
@Mashpoe 3 жыл бұрын
I've actually improved the design of the vector a lot since I made this video. Now the user doesn't have to do any casting at all! You can check it out in the github repo, I might make a followup video someday...
@AdityaSharma-fp3de
@AdityaSharma-fp3de 4 жыл бұрын
Thank you!
@yellows5685
@yellows5685 8 күн бұрын
Very interesting I did this but I didn't realize characters were always just smallest data type so I had to use the mem copy which now I'm thinking about it is in the string library so probably just the same thing
Generic data types in C
14:58
CodeVault
Рет қаралды 21 М.
Advice for Writing Small Programs in C
1:45:24
Sean Barrett
Рет қаралды 152 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 19 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 30 МЛН
Arenas, strings and Scuffed Templates in C
12:28
VoxelRifts
Рет қаралды 94 М.
Making Minimalist Web Server in C on Linux
10:23
Nir Lichtman
Рет қаралды 256 М.
why do header files even exist?
10:53
Low Level
Рет қаралды 440 М.
Creating My Own String Library in C
4:42
Mashpoe
Рет қаралды 10 М.
The Inline Keyword in C.
16:18
Jacob Sorber
Рет қаралды 58 М.
Dynamic Arrays in C
11:46
Dylan Falconer
Рет қаралды 72 М.
Python C Extensions
21:59
Tobias Bergkvist
Рет қаралды 10 М.
Function Pointers | C Programming Tutorial
18:31
Portfolio Courses
Рет қаралды 69 М.
How to Write Function-Like Preprocessor Macros (C example)
13:59
Jacob Sorber
Рет қаралды 43 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 19 МЛН