martedì 19 marzo 2013

slllib1.0: a simple C library for simple linked lists (en,it)

Summing up what we did in the previous posts about simple linked lists, here at c-lessons-online.org we put together the first release of slllib, a small and simple C library for handling simple linked lists in C.
The code is located in the downloads page of this blog. Please note that to download the code you need a gmail account and to wait for the authorization, that will be granted to everybody :). In the .rar file, you'll find a small demo of the library in the main.c file. The demo program is an interpreter of  simple commands for lists manipulation.

Riassumendo quanto fatto nei precedenti post sulle liste semplici collegate, qui a c-lessons-online.org abbiamo messo insieme slllib, una piccola libreria in C per la gestione di liste collegate semplici. Potete scaricare i sorgenti dalla pagina di download di questo blog. Notate che per scaricare la libreria dovete avere un'account gmail e attendere l'autorizzazione che non verrà negata a nessuno :). Nel file .rar troverete anche un piccolo demo della libreria nel file main.c. Il demo è un interprete di semplici comandi per la manipolazione delle liste.

Nessun commento:

Posta un commento