I am a noob at this quite honestly. I am trying to run a program that I found on the board and I am getting these errors. I am using Microsoft Visual C++.

What is the reason for these errors? and how would they be resolved?

Code:
h:\c\calendar.c(229) : error C2065: 'cout' : undeclared identifier
h:\c\calendar.c(229) : error C2297: '<<' : illegal, right operand has type 'char [9]'
h:\c\calendar.c(229) : error C2065: 'endl' : undeclared identifier
h:\c\calendar.c(232) : error C2297: '<<' : illegal, right operand has type 'char [17]'
h:\c\calendar.c(233) : error C2065: 'cin' : undeclared identifier
h:\c\calendar.c(233) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
h:\c\calendar.c(236) : warning C4013: 'clrscr' undefined; assuming extern returning int
h:\c\calendar.c(247) : error C2297: '<<' : illegal, right operand has type 'char [9]'
h:\c\calendar.c(251) : error C2297: '<<' : illegal, right operand has type 'char [10]'
h:\c\calendar.c(255) : error C2297: '<<' : illegal, right operand has type 'char [7]'
h:\c\calendar.c(259) : error C2297: '<<' : illegal, right operand has type 'char [7]'
h:\c\calendar.c(263) : error C2297: '<<' : illegal, right operand has type 'char [5]'
h:\c\calendar.c(267) : error C2297: '<<' : illegal, right operand has type 'char [6]'
h:\c\calendar.c(271) : error C2297: '<<' : illegal, right operand has type 'char [6]'
h:\c\calendar.c(275) : error C2297: '<<' : illegal, right operand has type 'char [8]'
h:\c\calendar.c(279) : error C2297: '<<' : illegal, right operand has type 'char [11]'
h:\c\calendar.c(283) : error C2297: '<<' : illegal, right operand has type 'char [9]'
h:\c\calendar.c(287) : error C2297: '<<' : illegal, right operand has type 'char [10]'
h:\c\calendar.c(291) : error C2297: '<<' : illegal, right operand has type 'char [10]'
h:\c\calendar.c(298) : error C2297: '<<' : illegal, right operand has type 'char [38]'
h:\c\calendar.c(299) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
h:\c\calendar.c(305) : error C2297: '<<' : illegal, right operand has type 'char [67]'
h:\c\calendar.c(308) : error C2297: '<<' : illegal, right operand has type 'char [36]'
h:\c\calendar.c(309) : error C2297: '<<' : illegal, right operand has type 'char [27]'