| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Drive Info | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Thomas1965 | 1785 since 8/31/2016 7:50:36 PM |
By 1 Users
|
|
Shows a list of all the available drives and their types. (ScreenShot) |
|
|
|
 |
FileUtils | C++ (general), Microsoft Visual C++ | Beginner / Thomas1965 | 2326 since 9/10/2016 8:10:35 AM |
By 1 Users
|
|
Some function to read and write text from from files - uses ifstream and ofstream.
Written in VS 2008 but should work with any C++98 compiler. |
|
|
|
 |
Grading program | C, C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Thomas1965 | 1614 since 8/7/2016 8:11:25 AM |
By 1 Users
|
|
Simple program to calculate grades
Shows the usage of lookup table instead of nested if-else conditions
Compiled with VS 2005, but should work with any C or C++ compiler |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Hospital Management System | C++ (general), Microsoft Visual C++ | Intermediate / sai sankalp | 10797 since 8/19/2015 2:21:03 PM |
By 1 Users
|
|
//P10 HOSPITAL MANAGEMENT SYSTEM(C++)
//Developed By Sankalp
/*Features:
1.Password Protected System
2.Password Protected Databases
3.User Can Modify Any Field In The Database He Wants Seperately
4.System Shuts Down When The User Enters Wrong Password ...(description truncated) |
|
|
|
 |
Luminary_1A_099 | C | Advanced / jujokin1000 | 2356 since 12/20/2016 3:33:32 PM |
By 1 Users
|
|
Fly LM |
|
|
|
 |
Maths Game and Word Game | C++ (general) | Advanced / A.Aadhitya | 1896 since 4/29/2016 10:01:33 AM |
By 1 Users
|
|
to develop students knowledge |
|
|
|
 |
OOP Payroll System in C++ | C++ (general) | Beginner / Jake R. Pomperada | 2276 since 5/7/2016 3:44:49 AM |
By 1 Users
|
|
A simple object oriented payroll system that I wrote in C++ before that I would like to share to my fellow programmers, students and persons who likes programming. I hope you will find my work useful.
Add me at Facebook my address is jakerpomperada@gmail ...(description truncated) |
|
|
|
 |
Rock Paper Scissor Lizard Spock game | C++ (general), Microsoft Visual C++ | Intermediate / Thomas1965 | 1987 since 9/17/2017 5:42:14 PM |
By 1 Users
|
|
Variation of the famous Paper Scissor Rock game.
Has two more options - Lizard and Spock.
Needs a modern C++11 compiler like Visual Studio 2015 |
|
|
|
 |
RunningTime I | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Thomas1965 | 1639 since 8/20/2016 3:30:05 PM |
By 1 Users
|
|
Simple GUI - written with the Win SDK -that displays the current time.
Shows how to use a timer, how to center a window on screen, how to create a font and set the color of the output.
Written in VS 2005. (ScreenShot) |
|
|
|
 |
Stack class | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Thomas1965 | 1628 since 8/16/2016 8:49:05 AM |
By 1 Users
|
|
Templated stack class based on a single-linked list, uses exceptions for error handling.
Should compile with any C++98 compliant compiler. Only the demo app requires VS 2005 |
|