A PHP Error was encountered

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

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

Jay Parmar - Coders Packet
Coders Packet

Packets submitted by Jay Parmar

Convert Decimal Number to a Number with base N in C++

A simple C++ program that lets you convert a decimal number (base 10) to a base N number using an array of characters

Tower of Hanoi Game in C++

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.

Drunk! - A Visual Game in C++ using rand() function

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++ for two players

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!

Sudoku Solver with C++ using Backtracking

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.

Buy and Sell application using File Handling in C++

A C++ application that helps buyers and sellers to seek or publish products or services using File Handling.