回覆列表
  • 1 # 使用者3926722064098

    #include "stdafx.h"

    #include

    #include

    void main( void )

    {

    struct tm when;

    time_t now, result;

    int days;

    time( &now );

    when = *localtime( &now );

    printf( "Current time is %s\n", asctime( &when ) );

    printf( "How many days to look ahead: " );

    scanf( "%d", &days );

    when.tm_mday = when.tm_mday + days;

    if( (result = mktime( &when )) != (time_t)-1 )

    printf( "In %d days the time will be %s\n",

    days, asctime( &when ) );

    else

    perror( "mktime failed" );

    }

  • 中秋節和大豐收的關聯?
  • 如何選擇一款合適的獸用B超機?