Skip to content

FourteenLinesOfCode/c_vector_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Vector Library

A simple vector implementation for c. I also got an example.c file in example/ for examples and documentation

Features

  • Dynamic resizing
  • Basic vector operations: push, pop, get, set, resize, and more(just look in vector.h).
  • Lightweight and simple to use

How to compile

  • i didn't test it yet with anything else then gcc.
  • If you use gcc just do: gcc your_programm.c vector.c -o main

About

This is my implementation of Vectors for c

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages