Address Book
This is graphic C program that can be used to store personal information of people such as name, telephone, mobile, fax, city and country.
This is graphic C program that can be used to store personal information of people such as name, telephone, mobile, fax, city and country.
The Birthday Reminder program is a simple console-based application written in C++. Its purpose is to help users keep track of important dates, such as birthdays, by allowing them to add, delete, and view reminders associated with individuals.
This is another one of my numerical analysis university assignments. It is an extension of binary to decimal conversion code.
This is a C++ class which has a member function that takes 3 arguments and converts the number from first base to second base. It takes the following arguments. – std::string thestlstring – int base – int base2
It is a snake game same as in Nokia Mobile Phones written n C++ using Turbo C++ compiler. I assure
This game will help all new C Language Programmers in understanding the concepts of graphics and object oriented programming in
SWAT GAME /******************************************************* * MYCPLUS Sample Code – https://www.mycplus.com * * * * This code is made available as a
This C++ date class is intended to illustrate how to write a non- trivial class in C++. Even though this
The following C++ program demonstrates the concept of constructors and destructors in C++.
Simple class program /******************************************************* * MYCPLUS Sample Code – https://www.mycplus.com * * * * This code is made available as
In order to keep the program as simple as possible, all of the member methods are defined as inline functions.?
program, the objects are instantiated from an?inherited class and the intent of this program? is to illustrate that there is