Thread: Help
View Single Post
Old Jan 24th, 2008, 1:45 PM   #2
mbd
Programmer
 
Join Date: Nov 2007
Posts: 86
Rep Power: 1 mbd is on a distinguished road
Re: Help

here is what one of your functions might look like
c Syntax (Toggle Plain Text)
  1. int daysBetweenDates(int year1, month1, day1, year2, month2, day2)
  2. {
  3. }
mbd is offline   Reply With Quote