A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session7974l1tl9qsbekeq18ht5t6hudu36tut): 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/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

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/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Shivaani Mathan Kandasamy - Coders Packet
Coders Packet

Packets submitted by Shivaani Mathan Kandasamy

Login to the System using C++

In this C++ program, you can log in to the system by using Username and Password. If login credentials match then the user is logged in else error message prompts.

Employee Management System using C++

In this program, you can add up to 100 Employee Details to the system and can view their details by searching them using their Employee ID. You can Calculate Gross Pay, Net Pay of the Employee.

Simple C++ Program for Banking System

In this program you can upload new bank accounts to the system and open a new account, view the details of your account, deposit money to your account and withdraw money from your account.