| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
^CMenu - a menu class for DOS^ | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / NDawg (from psc cd) | 4031 since 1/4/2015 11:19:00 PM |
By 5 Users
|
|
The CMenu class is a fully operational, dynamic class for creating menus in DOS.<br><br>
NOTE: this is not the MFC CMenu class<br><br>
Included is the Menu.h (contains the class, just include in your program) and an example.<br><br>
If y ...(description truncated) (ScreenShot) |
|
|
|
 |
_Useful and easy time and date class | Microsoft Visual C++, Borland C++ | Intermediate / Matt Guidry (from psc cd) | 3401 since 1/3/2015 11:58:00 AM |
By 9 Users
|
|
This declares an easy to use time and date class with built in functions to generate string outputs of time and dates. It has a built in stopwatch, which doesnt work w/ borland and should be commented out. It has an example program which demonstrates the ...(description truncated) (ScreenShot) |
|
|
|
 |
A [* Matrix Multiplecation *] | C, C++ (general), Microsoft Visual C++ | Intermediate / Kaustubh Bhoyar (from psc cd) | 3960 since 1/8/2015 4:32:00 PM |
By 3 Users
|
|
Program to multiply 2 matrix and print the result
This program also gives the method that how the answer is calculated try this ...
And if u like this then please write a mail to me @ kaustubh.swim@gmail.com :) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A Control Panel Applet Framework | Microsoft Visual C++ | Intermediate / Len Holgate (from psc cd) | 2897 since 1/3/2015 7:05:00 PM |
By 3 Users
|
|
The Windows Control Panel is the ideal way to allow a user to alter settings for an application that runs in the background, or automatically. But what are control panel applets and how do you write one? |
|
|
|
 |
Abstract Data Types (Tutorial) | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Koda (from psc cd) | 4321 since 1/4/2015 1:44:00 PM |
By 8 Users
|
|
This is a tutorial on abstract data types that is designed for complete beginners. I think advance coders may even learn something from this article. If you find any thing that is incorrect, please notify me ASAP. thank you (ScreenShot) |
|
|
|
 |
Addition of Five Numbers Using Class in C+ | C++ (general) | Beginner / Jake R. Pomperada | 4488 since 8/31/2015 4:13:15 AM | Unrated
|
|
In this article I would like to share with you how to declare and use a class in C++. This program I called addition of three numbers using a class in C++. It will ask the user to enter five numbers and then it will compute and display the total sum of th ...(description truncated) (ScreenShot) |
|
|
|
 |
Addition of Two Numbers Using Pointers and Classes in C++ | C++ (general) | Beginner / Jake R. Pomperada | 5161 since 8/31/2015 4:29:56 AM | Unrated
|
|
A simple program that I wrote in C++ that will ask the user to enter a number and then our program will find the sum of two numbers using pointers and classes as our data structure in C++ programming.
If you have some questions about programming, about my ...(description truncated) (ScreenShot) |
|
|
|
 |
Area of the Triangle Using Classes in C++ | C++ (general) | Beginner / Jake R. Pomperada | 10958 since 8/31/2015 3:44:40 AM | Unrated
|
|
In this article I would like to share with you again a program that I wrote that will solve the are of the triangle using classes in C++. The code is very easy to understand that teaches the fundamentals of object oriented programming in C++ programming l ...(description truncated) (ScreenShot) |
|
|
|
 |
bank acc class | C++ (general) | Beginner / Blessing Nyamayedenga | 675 since 10/17/2018 5:50:58 PM | Unrated
|
|
this is a bank account class assuming all the other details have been entered , the programme take in 30 imputs represanting 30 days of the month as trnsactions and store them in an array for display of statement,
|
|
|
|
 |
Basic Math Operations Using Classes in C++ | C++ (general) | Beginner / Jake R. Pomperada | 8936 since 8/31/2015 3:51:50 AM | Unrated
|
|
In this article I would like to share with you a basic math operations using classes in C++. In basic mathematics there are four operations addition, subtraction, multiplication and division. In our example I am using classes, attributes and method to sol ...(description truncated) (ScreenShot) |
|