Severity: Warning
Message: fopen(/tmp/ci_sessionpafcu0sm6h6le46667u7mkvbajbc76bj): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By Vedant Dalal
In this C++ packet, I have created a demo chatbox with some questions, in this, I have used the switch case concept.
Hello Learner, today we learn how to make a demo chatbox using the C++ concept. In this project, I have taken input "y or Y" for entering the chatbox after entering the chatbox user will be asked about such as their name and age, and on the basis of their age they get a reply. After using this chatbox if the user enters "N or n" then the program ends.
This is the overview of the chatbox.
Below is the screenshot of the running code this screenshot gives you a general idea of how this chatbox works.

Submitted by Vedant Dalal (vd04001)
Download packets of source code on Coders Packet
Comments