User-submitted CPP Projects

30
2256 reads

February 19, 2013

Indirection operator


This example shows the indirection operator(*) in action. It is a unary operator.

25
883 reads
ks's picture

Submitted by

ks
Highest_marks_in_each_subject
This cpp program can be used to take input for marks of 5 students in each of 3 subjects and then the highest marks in each subject will be shown as the result.
Highest_marks_in_each_subject

Run It Now!
39
1108 reads
ks's picture

Submitted by

ks
Tags:

Consonant Vowel(1.0)
This program determine how many consonants and vowels are there in the word entered by the user.
Consonant Vowel(1.0)

Enhancement Trail:  

Consonant Vowel(1.0)    Consonant Vowel





Run It Now!
53
1886 reads

February 19, 2013

Calculating an average in an indefinite loop


This example demonstrates calculating an average in an indefinite loop.

34
1749 reads

February 19, 2013

Controlling input with an infinite loop


This example demonstrates controlling input with an infinite loop.

37
1739 reads

February 19, 2013

Using the continue statement


This example shows the continue statement in use.

38
1776 reads

February 19, 2013

Generating multiplication tables


This example demos the logic of generating multiplication tables.

24
1653 reads

February 19, 2013

Demonstrating the comma operator


This example demonstrates the comma operator.

39
1654 reads

February 19, 2013

Multiple initializations in a loop expression


This example demonstrates multiple initializations in a loop expression.

33
1658 reads

February 19, 2013

Displaying numbers in scientific notation


This example displays numbers in scientific notation.