⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 posix_time_types.cpp

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻 CPP
字号:


/* Copyright (c) 2002 CrystalClear Software, Inc.
 * Disclaimer & Full Copyright at end of file
 * Author: Jeff Garland 
 */


//File doesn't have a current purpose except to generate docs
//and keep it changeable without recompiles

/** @defgroup time_basics Time Basics
  
**/ 

/** @defgroup time_format Time Formatting
  
**/ 



/*! @example local_utc_conversion.cpp
  Demonstrate utc to local and local to utc calculations including dst.
*/
/*! @example time_periods.cpp Demonstrate some simple uses of time periods.
*/
/*! @example print_hours.cpp Demonstrate time iteration, clock retrieval, and simple calculation.
 */
/*! @example time_math.cpp Various types of calculations with times and time durations.
 */

 

/* Copyright (c) 2002
 * CrystalClear Software, Inc.
 *
 * Permission to use, copy, modify, distribute and sell this software
 * and its documentation for any purpose is hereby granted without fee,
 * provided that the above copyright notice appear in all copies and
 * that both that copyright notice and this permission notice appear
 * in supporting documentation.  CrystalClear Software makes no
 * representations about the suitability of this software for any
 * purpose.  It is provided "as is" without express or implied warranty.
 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -