| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Intro to C++ Part 12: Classes | C++ (general) | Intermediate / Alexander of CProgramming.com (from psc cd) | 898 since 1/1/2015 7:49:00 AM |
By 13 Users
|
|
C++ is a bunch of small additions to C, and one major addition. This one addition is the object oriented approach. As its name suggests, this deals with objects. This tutorial introduces you to creating objects, or classes. |
|
|
|
 |
Max_Classes | Microsoft Visual C++ | Intermediate / Massimiliano Tomassetti (from psc cd) | 763 since 1/3/2015 6:41:00 AM |
By 3 Users
|
|
Hi,
this is my first submission 'cause my prgs are always personalyzed for my
needs, so if you haven't my way of programming they couldn't suit for you.
But this time i decide to do a class to make it easy working in VC++ and i think(i hope)
you all can t ...(description truncated) |
|
|
|
 |
Multiply Two Numbers in C++ Using Classes | C++ (general) | Beginner / Jake R. Pomperada | 1688 since 6/19/2016 3:21:18 AM | Unrated
|
|
This simple program in C++ will show you how to multiply them using Classes. The code is very simple and easy to understand.
Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@yahoo.com.
My mobile number here in the Philippines ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
MyIRCBot | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / {Static} (from psc cd) | 730 since 1/7/2015 9:29:00 PM |
By 3 Users
|
|
MyIRCBot is a simple implementation class that connects to an IRC server of your choice, and responds to certain received data. It has a number of commands already integrated, such as !join, !nick and !quit, which are easily extendable in the irc.cpp file ...(description truncated) |
|
|
|
 |
NARSCAR RACE Simulation | C++ (general), Microsoft Visual C++, Borland C++ | Advanced / Wilton Marranzini (from psc cd) | 1801 since 1/1/2015 4:03:00 PM |
By 9 Users
|
|
First of All Please take a minute and Rate my Code.=)
It uses Object Orinted Programming to Make a Nascar Racing simulation. The race is formed of 33 Cars if random aspects effecting it.
We start with 33 cars, all of which are identical The race is 500 mi ...(description truncated) (ScreenShot) |
|
|
|
 |
Next generation internet architecture | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / #uberGeek (from psc cd) | 1334 since 1/2/2015 6:04:00 AM |
By 2 Users
|
|
We can develop a open source software platform that is superior to .NET, different elements are outlined below: |
|
|
|
 |
Number Class | C++ (general) | Beginner / Jaco van Staden (from psc cd) | 694 since 1/3/2015 11:57:00 PM |
By 2 Users
|
|
Just a simple class that manipulates three numbers. |
|
|
|
 |
Object Oriented Binary File | C++ (general), Microsoft Visual C++ | Intermediate / Benebo Braide | 1583 since 8/20/2015 11:25:52 PM | Unrated
|
|
<h3>Manipulate files and their contents as objects</h3>
<h2>Classes</h2>
<ul>
<li>
<h3>File</h3>
<ul>
<li>Binary file opened as basic char or wide char</li>
<li>Open for read, write, or both</li>
<li>Perform basic ...(description truncated) |
|
|
|
 |
Object Oriented Directory | C++ (general), Microsoft Visual C++ | Intermediate / Benebo Braide | 1752 since 8/21/2015 11:05:20 PM | Unrated
|
|
<h3>Manipulate directories and their contents as objects</h3>
<h2>Classes</h2>
<ul >
<li >
<h3>Directory</h3>
<ul >
<li >Directory opened as basic char or wide char</li>
<li >Open for read, write, or both</li>
<li ...(description truncated) |
|
|
|
 |
OOP Address Book - for beginners - updated | C++ (general) | Beginner / *LuckY* (from psc cd) | 2136 since 1/1/2015 4:04:00 PM |
By 8 Users
|
|
Changed the code on Dec 17th so that when searching for a contact, you can enter only part of the contact info to search for it instead of the whole string.
This is a simple example with some explanation of a class that creates an address book. You can ad ...(description truncated) |
|