
-----------------------------------
alpesh
Thu May 05, 2005 6:47 am

overload
-----------------------------------

// OVERLOAD.CPP

//     program demonstrates overloaded functions.

#include 
#include 
#include
void display_time( const struct tm *tim )
{
   cout 