User-submitted CPP Projects

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
2625 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!
34
3515 reads
d1360's picture

Submitted by

d1360
Hello_World
Just a "Hello World" message. Follow me on Twitter @Diego_WiFi
Hello_World

Run It Now!
21
2205 reads
sky's picture

Submitted by

sky
Tags:

120
1733 reads
swaping_without_third_var(1.0)
we often used third variable for swapping i use such type of concept that without using third variable i swaped two values.....


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!
157
2665 reads
johaiver14's picture

Submitted by

johaiver14
Tags:

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!
164
3072 reads
johaiver14's picture

Submitted by

johaiver14
Tags:

Multiplo
Halla la cantidad de numeros que estan en el rango minimo-maximo divisibles por factor
Multiplo

Run It Now!
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!