--------------------Configuration: code - Win32 Debug--------------------
Compiling...
code.cpp
c:\documents and settings\kieran\desktop\code.cpp(55) : error C2065: 'clock_t' : undeclared identifier
c:\documents and settings\kieran\desktop\code.cpp(55) : error C2146: syntax error : missing ';' before identifier 'start_time'
c:\documents and settings\kieran\desktop\code.cpp(55) : error C2065: 'start_time' : undeclared identifier
c:\documents and settings\kieran\desktop\code.cpp(55) : error C2065: 'cur_time' : undeclared identifier
c:\documents and settings\kieran\desktop\code.cpp(56) : error C2065: 'clock' : undeclared identifier
c:\documents and settings\kieran\desktop\code.cpp(57) : error C2065: 'CLOCKS_PER_SEC' : undeclared identifier
c:\documents and settings\kieran\desktop\code.cpp(132) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' (or there is n
o acceptable conversion)
c:\documents and settings\kieran\desktop\code.cpp(136) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' (or there is n
o acceptable conversion)
c:\documents and settings\kieran\desktop\code.cpp(139) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' (or there is n
o acceptable conversion)
c:\documents and settings\kieran\desktop\code.cpp(147) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >' (or there is n
o acceptable conversion)
c:\documents and settings\kieran\desktop\code.cpp(194) : warning C4129: 's' : unrecognized character escape sequence
c:\documents and settings\kieran\desktop\code.cpp(321) : error C2146: syntax error : missing ';' before identifier 'start_time'
Error executing cl.exe.
code.obj - 11 error(s), 1 warning(s)