Severity: Warning
Message: fopen(/tmp/ci_sessionbbin55lp8bhg7f61k2ltgsmc126ibrv3): 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
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
A simple C++ program that lets you convert a decimal number (base 10) to a base N number using an array of characters
The C++ code that lets you solve the Tower of Hanoi Problem by giving Step-By-Step instructions to move the Discs from one Rod to another.
A visual game in C++ which tells if a drunk man can make it to his house or he'll be sleeping on the road that day!
Tic-Tac-Toe game using C++ that enables two players to play turn by turn and declare the results if any Player won or that was a Draw!
CPP code that asks for the unsolved sudoku matrix and prints the solved matrix using Backtracking. It also tells if the given problem has any solution or not.
A C++ application that helps buyers and sellers to seek or publish products or services using File Handling.