User-submitted Projects

50
4527 reads
fibonacciseries
it is a program to generate fibonacci series
Run It Now!
50
1863 reads
sajalgupta's picture

Submitted by

sajalgupta
Tags:

50
2353 reads
sum_of_even_nums
If the limit is 10 then the program should print the sum of odd numbers from 1 to 10 i.e. 2 + 4 + 6 + 8 + 10 = 30 So the program should print 30.
sum_of_even_nums

Run It Now!
50
2411 reads
DealOrNoDeal(1.0)
Deal or no deal is a game based on luck and fun. first, you have 11 numbered boxes containing cash values e.i 0,1,10,100,....

Enhancement Trail:  

DealOrNoDeal(1.0)    DealOrNoDeal





Run It Now!
50
1311 reads
ModCool's picture

Submitted by

ModCool
Singleton lazy Instatiation
this example demonstrates lazy instantiation using double locking machanism.In this example the singleton instance is created when the getInstance() method is called for the first time.
Run It Now!
50
1581 reads
iMick's picture

Submitted by

iMick
Tags:

50
2057 reads
mrstinky's picture

Submitted by

mrstinky
Tags:

header file
this program demonstrates macro in cpp.
Run It Now!
Make & share a project and showcase your talent to the world!