Skip to content

Create a database using generic structures in C

Notifications You must be signed in to change notification settings

Carusel02/Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database project

Description

Building the database with the help of some structures, using the work with pointers. The idea of the project is to log in a user present in that database through a unique password (set by it) whose practical purpose is to vote in various democratic elections.

Implementation

Create basic functions such as adding a person to the database, deleting a person, logging in, voting, displaying the number of votes for each candidate.

Concepts

I will work especially with pointers and the database itself will consist of a generic vector in which I will copy the bytes of a structure type element. Thus, the topic itself will cover the part of dynamic allocation and working with pointer variables.

About

Create a database using generic structures in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published