Skip to content

[C] Reads a text file with a chat history containing date, user, message, etc. Keeps the messages in a list of structures, makes a binary file with the same data and performs a bunch of processing.

Notifications You must be signed in to change notification settings

PeterDimitroff/Term2Work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

///This is my first GitHub experience. Bear the absurds.

Term2Work

[C] Reads a text file with a chat history containing date, user, message, etc. Keeps the messages in a list of structures, makes a binary file with the same data and performs a bunch of processing.

Format of the text file: [DD.MM.YYYY HH:MM:SS] [<Chat Client>.<protocol>]<UserName>: <Message>

About

[C] Reads a text file with a chat history containing date, user, message, etc. Keeps the messages in a list of structures, makes a binary file with the same data and performs a bunch of processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages