Understanding Pointers, Arrays and Strings. My own version of strtok()

2 years ago
17

As per viewer request, I make my own version of strtok and explains to basics of C required to understand the function.

Intro (00:00)
Normal strtok() (00:18)
Variables & Pointers (02:20)
Arrays (10:02)
Strings (13:48)
Static Variables (17:33)
My strtok 1 (19:06)
My strtok 2 (23:31)
Outro (34:41)

Code is available on https://gitlab.com/greggink/youtube_episode_pointers_arrays_strtok

If you think I deserve a coffee for my efforts https://ko-fi.com/greggink

Loading comments...