User-submitted CPP Projects

133
2242 reads
joeypencil's picture

Submitted by

joeypencil
Tags:

Sentence_game
A simple sentence game that chooses between 3 randomized questions. Sorry about the system("cls") function, it doesn't work in the compiler here in the site.
Run It Now!
133
2464 reads
joeypencil's picture

Submitted by

joeypencil
Tags:

Hollow_Diamond_illustrator
A program that illustrates a hollow diamond depending on the user's input number of rows. Note: Input must be an odd number and greater than 4.
Run It Now!
132
2069 reads
karthik's picture

Submitted by

karthik
Tags:

triangular_row_no_print
Prints the row number in triangular form given the number of rows to be printed
Run It Now!
132
2180 reads
Tech2011's picture

Submitted by

Tech2011
Tags:

SlopeCalculator
Calculate the slope given two coordinate pairs. NOTE: Any slope less than 1 is calculated as 0. I'm aware of this. If someone wants to fix that, they are more than welcome to do so. Thanks and enjoy!
Run It Now!
131
1954 reads
sajib_finix's picture

Submitted by

sajib_finix
Tags:

131
3013 reads
MatricsOperations
This Program-me 2 dimensional which performs operation on matrix addition and subtraction I hope u like my programme if u like my programme then like my page using facebook https://www.facebook.c
Run It Now!
130
3742 reads
EL_ARTICULO
ART.34: 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 tenga más de cien (100) trabajadores, o al veinte p
EL_ARTICULO

Run It Now!
129
2198 reads
silvercodes's picture

Submitted by

silvercodes
Character Sequence Sample
Example of character sequence in c++
Run It Now!
127
2437 reads
atul_priyadarshi's picture

Submitted by

atul_priyadarshi
Tags:

Chess1.0
2-Player chess game the last one had display error so its fixed now...
Chess1.0

Run It Now!
125
2226 reads
quick-sort-algorithm

What is Quick Sort algorithm? How to implement Quick Sort in C++?
Quick Sort is a sorting algorithm.


Run It Now!