User-submitted CPP Projects

66
5733 reads
karthik's picture

Submitted by

karthik
find_which_day
This program takes a date in dd mm yyyy format and displays which day it is if we enter a valid date
find_which_day

Run It Now!
256
3299 reads
karthik's picture

Submitted by

karthik
month_calendar
Given a month and a year , this prints the calendar of the month :)
month_calendar

Run It Now!
164
5546 reads
hand_cricket_Vs_computer
First toss take place using even or odd game , if u win the toss u wil get a chance to choose wether you want to bat r bowl , then u hav to bowl out the computer by pressing the same number as comput
hand_cricket_Vs_computer

Run It Now!
78
2429 reads
guess_the_number(1.0)
try to guess a number within 1 to 100 in three attempts which computer remembers
guess_the_number(1.0)

Enhancement Trail:  

guess_the_number(1.0)    guess_the_number





Run It Now!
69
2921 reads
guess_the_number(1.0)
try to guess a number within 1 to 100 in three attempts which computer remembers
guess_the_number(1.0)

Enhancement Trail:  

guess_the_number(1.0)    guess_the_number





Run It Now!
70
2833 reads
karthik's picture

Submitted by

karthik
even_or_odd
enter wether u choose 'even' or 'odd' , then enter a number within 10 , computer will choose a number within 10 in random , if the sum of those two number is same as wat u hav choosen i.e even or odd
even_or_odd

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!
864
19085 reads
rudz's picture

Submitted by

rudz
141
2880 reads
coderaven's picture

Submitted by

coderaven
NoSemicolonPrintC
This is a my classic implementation of the programming puzzle: "How would you print in C the number 1 to 1000 without using a semicolon?"
NoSemicolonPrintC

Run It Now!