Skip to content

This is a doubly liked list, implemented in C as a Cmake shared library project. This library implements only the basic functions of a linked list and the user has the responsibility to allocate memory and free it, for some basic pointers.

License

Notifications You must be signed in to change notification settings

Athanasioschourlias/DoublyLinkedList

Repository files navigation

Usage

To install c-make, linux

https://vitux.com/how-to-install-cmake-on-ubuntu-18-04/

Compile an existing build

while you are at the ./< Name of the folder you stored the repo>/cmake-build-debug compile using

cmake --build .

New build

To make a new build, create a folder with the desired name and cd in to that folder and run CMake to configure the project and generate a native build system:

mkdir <folder name>

cd <folder name>

cmake ../<exec name>

Finally to run, while you are in the build folder

./<exec name> arg1 arg2 ..

About

This is a doubly liked list, implemented in C as a Cmake shared library project. This library implements only the basic functions of a linked list and the user has the responsibility to allocate memory and free it, for some basic pointers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published