User-submitted CPP Projects

121
2602 reads
Overloading of new and delete

EXAMPLE: Overloading of new and delete


Run It Now!
121
2896 reads
Ram2

#include
using namespace std;
#include
#include

int main()
{
float a,b,c,d,e,f,g,h,i,j,n,sum,sub,mul,div;
cout<<"enter a value for a = ";
cin>>a;
cout<<"enter a


Run It Now!
121
3075 reads
karthik's picture

Submitted by

karthik
BINGO_Game_VS_computer
INSTRUCTIONS 1>You should write down an N*N matrix in a sheet with numbers starting from 1 and ending with N*N randomly, 2>You should scratch a number in random and enter that number in computer 3>
BINGO_Game_VS_computer

Run It Now!
120
1733 reads
swaping_without_third_var(1.0)
we often used third variable for swapping i use such type of concept that without using third variable i swaped two values.....


Run It Now!
120
2323 reads
matemisic's picture

Submitted by

matemisic
Tags:

Temperature_Conversion
This is my first project bigger than Hello World. It works on my windows xp sp3 but I get error about Sleep here.
Run It Now!
120
3239 reads
Merge Sort

Merge Sort
What is Merge Sort algorithm? How to implement Merge Sort in C++?


Run It Now!
119
2648 reads
Birthday_Magic_Trick
This is a maths trick....you will be surprised to see your BirthDate.... This is for all the " Magic " lovers...:)
Birthday_Magic_Trick

Run It Now!
119
2154 reads
shellanet's picture

Submitted by

shellanet
Tags:

Empresa_despedidos
El artículo 34 de la Ley Orgánica del Trabajo dice así: El despido se considerará masivo cuando afecte a un número igual o mayor al diez por ciento (10%) de los trabajadores de una empresa que teng
Run It Now!
119
1779 reads
Joeypencil_programmer's picture

Submitted by

Joeypencil_prog...
Tags:

diamond_illustrator
A simple program that illustrates a diamond (with user input as basis for number of rows and character display).
Run It Now!
119
2474 reads