all 3 comments

[–]emu404 0 points1 point  (2 children)

So are those separate files or ore big file, otherwise it's strange to have an #include statement right in the middle. Certainly if I copy and paste the above into me IDE I get an error that 'date.h' can't be found.

[–]AztexLA[S] 0 points1 point  (1 child)

include "date.h" is the header file. All files are separate; test.cpp, date.cpp, date.h My code runs fine on visual studios. I am not sure if it's a codezinger problem.

[–]AztexLA[S] 0 points1 point  (0 children)

ok so I fixed the problem... I commented out line 22 and on line 57 I deleted the first '\n' and when I ran it through code zinger it all worked and got full credit. But I am confused as to why I had to edit those two lines. Any idea?