User-submitted CPP Projects

48
2085 reads
vsahay28's picture

Submitted by

vsahay28
bubblesort
Sorts the input array in ascending order.
Run It Now!
72
2008 reads
shubhamHere's picture

Submitted by

shubhamHere
Tags:

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!
38
3289 reads
Paranthesis
Design a c++ program to check whether the parenthesis is balanced or not.
Paranthesis

Run It Now!
56
1360 reads
JoeAugustine's picture

Submitted by

JoeAugustine
Tags:

50
4529 reads
fibonacciseries
it is a program to generate fibonacci series
Run It Now!
54
1937 reads
quadraticequation
program to calculate the roots of a quadratic equation
Run It Now!
102
3325 reads
Password Generator
C++ password generator which allows you to choose the characters used from different categories.
Run It Now!
43
2465 reads
STL Tokenizer

Tokenizer function using the STL.

Function prototype:
  • std::vector tokenize (char separator, std::string str)

Run It Now!