A voting system in C language.
- User can see a list of candidates he can vote in.
- User can vote in a specific candidate or null.
- Votes are stored in a text file.
- Do not accept invalid characters when prompted for typing data.
- Security improvements.
- A log of the votes containing date and hour of each vote.
- Log is a protected text file.
- User can enter in counting mode to see the results of election.
- Counting mode is protected by a password.
- GUI.
- User can see a picture of the candidate.