开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
G++ 4.4.3
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
NO
问题(Question):
执行时过程中印出时间
程式码(Code):(请善用置底文网页, 记得排版)
int main()
{
while(1)
{
std::cout << "RAT1 is startting to receive" <<std::endl;
do
{
...
//gettimeofday(&tv,&tz);
std::cout<<the end of sent;
}
while(Gotonextsource!=NULL)
补充说明(Supplement):
如何印出 执行 std::cout << "RAT1 is startting to receive" <<std::endl; 这行时
的系统时间,因为我想要做每次执行这行系统时间的纪录
谢谢