Skip to content
/ hermes Public

Messaging. Computer science project, 12th grade.

Notifications You must be signed in to change notification settings

pra33g/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

hermes

Computer science project, 12th grade. (Appx. 2 months)

Written on Turbo C++. Was envisioned to be a messaging system, where users connected on LAN could text each other. A basic chat system could be implemented using public folders of the users, with messages being stored in text files.

Messaging functionality on same pc was developed, the latter part (cross PCs) was never though.

I used OOPS and other procedure oriented paradigms while relying heavily on polymorphism (Example: load() with different messages). Even ASCII animations have been hardcoded (for loops and stuff).

Features

  • User login
  • Admin Panel
  • Send messages to participants
  • Read your messages
  • View your information (Name, username, DOB etc)

You can run this code here

Project Snaps: (Early name MYSPACEBOOK; later renamed to HERMES)

Logging in and sending message DEMO:

Image

More pics here

Old pics: https://imgur.com/a/RGouN6a

About

Messaging. Computer science project, 12th grade.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages