Basic Stack Operations, Introducing Properties of Object Oriented Programming using C++

Submitted by Arup Kr Goswami on
Hello, This is a code written in g++ platform. This shows basic stack operations, i.e Push, Pop & Traverse. It is done by using properties of Object Oriented Programming (OOPs). Hope, it will help others. Don't forget to like this page.

Operations on Character Array & Properties of Object Oriented Programming using C++

Submitted by Arup Kr Goswami on
Hello, Good day... I am trying to show various operations based on character array & to introduce few properties of object oriented programming using C++. The code is very easy to understand. This is written in g++ platform, on LINUX. Hope, it will help the beginners.

jQuery + Php Calculator

Submitted by ifeco on
This is a simple jquery and php script to carryout some calculation operations with the addition, subtraction, division and multiplication operators. I've done this before and decided to share this because I know it will be useful for beginners in Web Development. Hope you learn from this.

Geolocation(Google Map API)

Submitted by GeePee on
This project will teach you how to use Google Map API using the jQuery. User must simply input the complete address or the land mark of what they're looking and by clicking search button, it will automatically locate the address. (Note: This will work only if you have a internet access because we used google API). Hope you learn from this simple project.

Inventory System Login and Without Login Via Crack File

Submitted by aSim Shehzad on
This application was created using VB.Net 2010. The backend is ms access 2000-2003. In this project you can learn how to: 1. . Save Record 3. Edit Record 4. Delete Record 5. Update Record 6. Search Record 7. Data cache from MS Access in Excel through addins file.and login form without password via crack file. Next time addins file modify for more data link through item code. Get Item Qty (Sum) Get

How to Calculate Temperature in Fahrenheit and Centigrade

Submitted by kingwash on
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