User-submitted CPP Projects

162
2372 reads
johaiver14's picture

Submitted by

johaiver14
Tags:

Rectangulo_mas_Grande
Formar la mayor area posible utilizando los palitos de 1 cm como perimetro
Rectangulo_mas_Grande

Run It Now!
161
2399 reads
indraginanjar's picture

Submitted by

indraginanjar
Tags:

ArrayImplodeToStringInC
Function to imitate PHP's implode() or join() for joining array elements into a string on Ansi C programming language. Note: Indonesian reader could find some description about the code on my blog
Run It Now!
161
3132 reads
guess_the_number
try to guess a number within 1 to 100 in three attempts which computer remembers
Run It Now!
160
2518 reads
158
3447 reads
EngMahmoud's picture

Submitted by

EngMahmoud
Tags:

Hangman
this is a game: How to play ? There is a file has a collection of words and the compiler will chose one of these words by random way. Then it will be shown on the screen like this (-------
Run It Now!
157
2665 reads
johaiver14's picture

Submitted by

johaiver14
Tags:

156
3900 reads
loop_without_a_loop
use of a loop without use of any kind of available loops
loop_without_a_loop

Run It Now!
155
2406 reads
TemperatureConverter(1.0)
Converts the temperatures between Fahrenheit, Celsius, and Kelvin using classes, polymorphism, slight bit of enums, and some input. =)
Run It Now!