User-submitted CPP Projects

106
3833 reads
ram19

All in just one line and this would have had exactly the same meaning as the previous code.

In C++, the separation between statements is specified with an ending semicolon (;) at the end of each on


Run It Now!
103
2399 reads
bodabodah's picture

Submitted by

bodabodah
102
3325 reads
Password Generator
C++ password generator which allows you to choose the characters used from different categories.
Run It Now!
100
2645 reads
karthik's picture

Submitted by

karthik
bingo_card_generator_for_any_no_of _rows
Given an row number it generates a square matrix of numbers which can be used to play bingo game
bingo_card_generator_for_any_no_of _rows

Run It Now!
98
2895 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!
97
2638 reads
90
3398 reads
LuisFran's picture

Submitted by

LuisFran
listas_enlazadas
listas enlazadas en C++ compilado en GNU-GCC de LINUX utilizando la IDE Code-BLocks
Run It Now!
81
2039 reads
joeypencil's picture

Submitted by

joeypencil
Tags:

Sentence_table
A program that asks for the size of the array and the user can input a number of sentences, depending on the array size, and then outputs all the sentences in a table along with their numerical order.
Run It Now!
80
2138 reads
Asbah's picture

Submitted by

Asbah
Tags:

79
1933 reads
word_count
A C++ program that counts the number of words and the number of characters in a string.
word_count

Run It Now!