User-submitted CPP Projects

57
4929 reads
FizzBuzzFizzBuzz
The program prints numbers 1 - 100, but: if the number is a multiple of 3, it will print "Fizz" if the number is a multiple of 5, it will print "Buzz" if the number is a multiple of both 5 and 3, i
FizzBuzzFizzBuzz

Run It Now!
98
2896 reads
FizzBuzzFizzBuzz
The program prints numbers 1 - 100, but: if the number is a multiple of 3, it will print "Fizz" if the number is a multiple of 5, it will print "Buzz" if the number is a multiple of both 5 and 3, i
FizzBuzzFizzBuzz

Run It Now!
35
3042 reads
tollplaza
This is a simple toll plaza project. It will calculate the total number of payed and non payed cars passed through the Toll Plaza
Run It Now!
131
1955 reads
sajib_finix's picture

Submitted by

sajib_finix
Tags:

162
2176 reads
megatron's picture

Submitted by

megatron
Tags:

fibonacci_series
u can know the numbers of the fibonacci series upto nth term using it....
Run It Now!
148
2379 reads
Quicksort
Algoritmo quicksort, ordena un vector en O € (nlogn).
Run It Now!
124
2119 reads
sajib_finix's picture

Submitted by

sajib_finix
Tags:

Quadratic_Equation_Solver
This Program Can Solve Quadratic Equations.
Run It Now!
150
2726 reads
mihirj's picture

Submitted by

mihirj
Tags:

AccessPrivateMember
This project shows how a private member in a C++ class can be accessed if we know data type of that member a priori. It uses simple memory pointer to access the private member from void main.
Run It Now!
36
2626 reads
d1360's picture

Submitted by

d1360
Tags:

Hello_YourName
A simple C++ program to welcome the user, using just a String. Follow me on Twitter: @Diego_WiFi
Hello_YourName

Run It Now!