注册 登录
编程论坛 C++教室

c++中的gettimeofday函数怎么用

Yelbosh 发布于 2011-05-05 14:12, 2110 次点击
阿斯顿飞
2 回复
#2
yuccn2011-05-05 21:10
Time.getTimeOfDay

Creates a Time object that represents the same time of day as this Time object, but without a date specified.

Syntax

public Time getTimeOfDay()

Return Value

Returns a new Time object with the time of day of this Time object.

查msdn就行了

#3
rjsp2011-05-06 11:26
C++ 中没有 gettimeofday,它是linux中的函数
怎么用,直接google 比 问人 强
1