[C++]C++中的時間[1]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 bgu 的 blog

c++中的時間

 


#include <stdio.h>

#include <tchar.h>

#include <string>

#include <iostream>

#include <time.h>

#include <conio.h>

#include <dos.h>

 

using namespace std;

 

int _tmain(int argc, _tchar* argv[])

{

     clock_t start,end;

本文关键:[C++]C++中的時間
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top