in

Advanced Banking System in C++

Hello codesters i’m Joshua once again. It’s been a long tym been busy with my dessertation. So today I want to show u guys how to write a real simulation of a real working Banking System in C++ which I named OutLawz Bank Inc. because am a big 2Pac fanatic. Back to the point now unlike other Bank systems, I wrote this system with an Admin side and the Banker side separately. This system will teach

How to Calculate Temperature in Fahrenheit and Centigrade

How to calculate temperature in Fahrenheit and Centigrade. This code is very simple. I made it for my brother as his school assignment. The system will ask you for a temperature. When you put in the value, it then calculate and display the result in Fahrenheit and Centigrade(Celsius). It's cool and easy to understand code. Try it

Online Car Selling Site

This is one of my university semester projects. This is my car selling project. The logic behind this site is that user make first his account then he will select cars he want to buy. The cars came from database and only those cars he want to buy. He will then select a car, enter his credit card. When he clicks buy button, it will first verify weather it has sufficient amount in bank or not. Then

Network Programming in Java - #7 - Chat System #2 - Client Handler

Introduction: This tutorial is the seventh in my Java Network Programming using KryoNet series, or second in creating a chat client and server system, in which we are going to be setting up a way to handle clients on our server. Previous: In the previous tutorial we altered snippets of code to convert them from our test server and clients to our beginning point of chat server and clients. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat. When a

Network Programming in Java - #2 - Creating a Test Server

Introduction: This tutorial is the second in my Java Network Programming using KryoNet series in which we are creating a test server. Previous: In the previous tutorial we downloaded the KryoNet files and set up our projects. Test Server: So first, create a new file called Main (can be whatever you like) and add the following imports...
  1. import java.io.IOException;

How to Create a User Management System in Python Using SQLite

Introduction: This tutorial is on how to create a user management system in Python using SQLite. The Database: First we need to create the database to store the information, to do this open CMD (on Windows) and type cd followed by your SQLite installation path, mine is:
  1. cd /d G:
  2. cd Libaries\Documents\SQLite
Now we use the command sqlite3 f