Design an object oriented program in C++ that can be used as a network server for a cyber chatroom, where users can send
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Design an object oriented program in C++ that can be used as a network server for a cyber chatroom, where users can send
Design an object oriented program in C++ that can be used as a network server for a cyber chatroom, where users can send and receive text messages under nicknames in a chatroom. Draw a class diagram of your design and motivate your design choices.