User-submitted CPP Projects

110
2545 reads
ram4

#include

class Animal
{
public:
Animal():itsAge(1) { std::cout << "Animal constructor...\n"; }
virtual ~Animal() { std::cout << "Animal destructor...\n"; }
Animal


Run It Now!
108
2062 reads
MauB's picture

Submitted by

MauB
Tags:

108
2435 reads
leosabyx's picture

Submitted by

leosabyx
Tags:

108
1837 reads
bidyut's picture

Submitted by

bidyut
Tags:

108
2702 reads
vector-capacity

vector-capacity


Run It Now!
107
1817 reads
Joeypencil_programmer's picture

Submitted by

Joeypencil_prog...
Tags:

Patterned_full_triangles
A program that illustrates a pattern of full triangles based on user's input of pattern count, row parameter, repetition of triangle per row, and character display.
Run It Now!
107
2370 reads
compare-two-sets

compare-two-sets-t2939


Run It Now!
107
2328 reads
stringstream1

The standard header file defines a class called stringstream that allows a string-based object to be treated as a stream.


Run It Now!
106
2141 reads
matemisic's picture

Submitted by

matemisic
Tags:

Temperature_Conversion
This works fine on my compiler but I get error here
Run It Now!
106
1538 reads
cloudgx06's picture

Submitted by

cloudgx06
Tags:

Temperature_Converter
Please Pay Attention to the MENU NUMBER... in case needed, just type it then press ENTER
Run It Now!