User-submitted CPP Projects

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

Run It Now!
56
1362 reads
JoeAugustine's picture

Submitted by

JoeAugustine
Tags:

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

Tokenizer function using the STL.

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

Run It Now!
117
3110 reads

August 5, 2012

CreatePersonClass


This is my first Project. it uses a single class to execute a simple interaction with the user. It's not much but I just wanted to get an idea of how the project creation process worked.
25
3286 reads