SiddChugh / User-Account-Management

Implementation of a User Management system that manages users's credentials and permissions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of a User Management system that manages users's credentials and permissions. The underlying data structure is a hash table which utilizes singly linked list for iteration.

Compile: Simply type make to compile the source code for the User Management Software

About

Implementation of a User Management system that manages users's credentials and permissions.

License:Other


Languages

Language:C++ 98.9%Language:Makefile 1.1%