Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvolkgang/sigac.c
https://github.com/vvolkgang/sigac.c
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vvolkgang/sigac.c
- Owner: vvolkgang
- Created: 2011-02-17T04:14:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T01:02:42.000Z (over 11 years ago)
- Last Synced: 2023-03-15T11:55:25.321Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SIGAC.C
====
__Name:__ Sistema Automatizado para Gestão de Acesso Condicionado ao Centro Histórico de uma Cidade__Subject:__ Programming I, 1st yr (class of 2010/2011)
__Course:__ Digital Games Development Engineering @ IPCA
__Description:__ A management system made in C, to control the access of individuals and cars to a the historic center of a city.
requirements
-----------------
* Manage Access Points, where individuals (users) and vehicles can transit
* Manage users
* Record the entry and exit of vehicles and users
* Blacklist users and/or vehicles
* Create reports of the entry and exit records
* Save and load all the informationfeatures
--------
* Linked Lists
* Binary Search Trees
* Dynamic memory allocation
* Object Oriented like code structure in C, through data hiding using incomplete types
* In Portuguese (it's not a bug, it's a feature!)
* Console GUI awesomesauce !compilation
---------------
There are no dependencies. Windows 7 and Visual Studio 2010 was used.notes
-----
There are some unfixed bugs with the information save/load process and strings management.authors
--------Álison Fernandes | [DementedVice.wordpress.com/about](http://dementedvice.wordpress.com/about/)
Hugo Ruivo | [LinkedIn](http://pt.linkedin.com/in/hruivo89) | [HRuivoPortfolio.wordpress.com](http://hruivoportfolio.wordpress.com/)