We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: Richard Lowe
Last Updated: 2016-02-20
Package Version: 1.1.0.1
Category: Storage
Downloaded: 2316 times
Followed by: 6 users
License: MIT license
Add static data structures to your project.
Do you want to subscribe in order to receive notifications regarding "Static Data Structures" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Static Data Structures" changes.
Do you want to report abuse regarding "Static Data Structures".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1377850924_static_data_stru_mikroc_arm.mpkg [188.90KB] | mikroC PRO for ARM |
|
1377850940_static_data_stru_mikroc_avr.mpkg [138.74KB] | mikroC PRO for AVR |
|
One thing I enjoy about the MikroC IDE is the ability to click a checkbox and add library access to my projects. This library is a very convenient way to add STATIC data structures to your project.
As of present, the data structures included: FIFO (queue), STACK, and LINK LIST. Others to follow.
These are all static so no dynamic memory needed. Dynamic data structures are coming.
All structures support void* types, so you can use a FIFO for data types other than standard types.
Requires stdbool.h to add boolean types to MikroC. Found here: http://www.libstock.com/projects/view/752/add-standard-bool-true-false-to-mikroc
Includes Dynamic Link List structure.