stclib / STC

A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.
MIT License
1.34k stars 73 forks source link

Added an iterator example for cstr #80

Open rishavs opened 9 months ago

rishavs commented 9 months ago

Hi

I have updated the cstr example with an iterator sample. This is something which took me a while to understand and I hope others who struggled on this can use it.