Skip to content

Designing a messenger with C and utilizing dynamic memory allocation, linked lists, data structures, functions, etc.

Notifications You must be signed in to change notification settings

fardinabbasi/UT-Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

UT Messenger

Designing a messenger with C and utilizing dynamic memory allocation, linked lists, data structures, functions, etc.

Commands

 signup <username> <password> <phonenumber> 
  • The phone number must be 12 digits, and start with 0.

  • The password must be at least 6 characters or numbers long.

 edit_username <new username> 
 edit_pass <new password> 
login <username> <pass>
logout
send <username> <content>
show_received <username>
show_sent <username>
info
about <username>
close

Course Description

About

Designing a messenger with C and utilizing dynamic memory allocation, linked lists, data structures, functions, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages