Skip to content

possible way how to implement a generic dynamic array in c

Notifications You must be signed in to change notification settings

geofdv/dynamic-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic array

I actually don't recommend you use this approach in a real project. It's just a kind of demonstration.

Inspired by Thomas Mailund book.

Build and run tests:

make run_tests
./exe

Run memory tests:

make mem_check

Clean:

make clean

Packages

No packages published