• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            C++中如何獲得系統毫秒數

                    在網上搜索這個主題的時候,發現很多人也在問相同的問題,后來自己摸索了一下,給出如下一種可能的解決方案,如果有問題,請指出,謝謝: )
              1#ifndef TIME_H
              2#define TIME_H
              3
              4typedef long long int64;
              5
              6#include <sys/timeb.h>
              7
              8NAMESPACE_BEGIN(codekitten)
              9
             10class Time 
             11{
             12    friend ostream& operator <<(ostream& os, const Time& time);
             13public:
             14    Time()
             15    {
             16        timeb t;
             17        ftime(&t);
             18        mMilliseconds = 1000 * t.time + t.millitm;
             19    }

             20
             21    Time(int64 milliseconds) : mMilliseconds(milliseconds){}
             22
             23    Time(const Time& time)
             24    {
             25        if (&time != this)
             26        {
             27            mMilliseconds = time.mMilliseconds;
             28        }

             29    }

             30
             31    ~Time() {}
             32
             33public:
             34    Time& operator =(const Time& time)
             35    {
             36        if(&time != this)
             37        {
             38            mMilliseconds = time.mMilliseconds;
             39        }

             40        return *this;
             41    }

             42
             43    bool operator ==(const Time& time) const
             44    {
             45        return mMilliseconds == time.mMilliseconds;
             46    }

             47    bool operator !=(const Time& time) const
             48    {
             49        return mMilliseconds != time.mMilliseconds;
             50    }

             51
             52    bool operator >(const Time& time) const
             53    {
             54        return mMilliseconds > time.mMilliseconds;
             55    }

             56
             57    bool operator <(const Time& time) const
             58    {
             59        return mMilliseconds < time.mMilliseconds;
             60    }

             61
             62    bool operator >=(const Time& time) const
             63    {
             64        return mMilliseconds >= time.mMilliseconds;
             65    }

             66
             67    bool operator <=(const Time& time) const
             68    {
             69        return mMilliseconds <= time.mMilliseconds;
             70    }

             71
             72    bool before(const Time& time) const
             73    {
             74        return mMilliseconds < time.mMilliseconds;
             75    }

             76
             77    bool after(const Time& time) const
             78    {
             79        return mMilliseconds > time.mMilliseconds;
             80    }

             81
             82    int64 getTime() const
             83    {
             84        return mMilliseconds;
             85    }

             86
             87    void setTime(int64 milliseconds)
             88    {
             89        mMilliseconds = milliseconds;
             90    }

             91
             92public:
             93    static int64 getSystemTime()
             94    {
             95        timeb t;
             96        ftime(&t);
             97        return 1000 * t.time + t.millitm;
             98    }

             99
            100private:
            101    int64 mMilliseconds;
            102}
            ;
            103
            104NAMESPACE_END
            105
            106#endif
                    該類的功能是返回自1970年1月1日以來的毫秒數,和JAVA中的獲取毫秒數功能相同。我只在Windows下測試通過,不知道在Linux下行不行。

            posted on 2008-07-04 21:26 codekitten 閱讀(9427) 評論(3)  編輯 收藏 引用 所屬分類: C++

            評論

            # re: C++中如何獲得系統毫秒數 2008-07-04 23:49 ??

            有一篇文章,或許有幫助
            http://www-128.ibm.com/developerworks/cn/linux/sdk/rt/part1/index.html

            btw:ftime已經obsolete, 在linux下的man page, mac os x 也是obsolete.  回復  更多評論   

            # re: C++中如何獲得系統毫秒數 2008-07-06 00:09 foxtail

            很好  回復  更多評論   

            # re: C++中如何獲得系統毫秒數 2008-07-06 20:39 cppexplore

            linux上都是用gettimeofday
            win上還是ftime,一般為了跨平臺,win上會實現gettimeofday,如下:
            int inline gettimeofday (struct timeval *tp, void *tz)
            {
            struct _timeb timebuffer;

            _ftime (&timebuffer);
            tp->tv_sec = timebuffer.time;
            tp->tv_usec = timebuffer.millitm * 1000;
            return 0;
            }  回復  更多評論   

            導航

            <2008年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            統計

            常用鏈接

            留言簿(1)

            隨筆分類(2)

            隨筆檔案(2)

            C++

            積分與排名

            最新評論

            久久免费的精品国产V∧| 精品久久久久久无码中文字幕一区| 99久久精品国内| 久久精品无码一区二区三区免费| 久久无码中文字幕东京热| 69SEX久久精品国产麻豆| 9191精品国产免费久久| 欧美国产成人久久精品| 色8久久人人97超碰香蕉987| 久久国产精品国语对白| 91精品国产高清久久久久久io | 欧美麻豆久久久久久中文| 久久久久久久精品妇女99| 狠狠色伊人久久精品综合网| 午夜精品久久久久9999高清| 99久久精品日本一区二区免费| 少妇久久久久久被弄到高潮 | 国产精品激情综合久久| 久久AV无码精品人妻糸列| 久久免费视频网站| 精品九九久久国内精品| 亚洲国产一成人久久精品| 午夜精品久久久久久影视riav| 一本大道久久a久久精品综合 | 国产精品激情综合久久| 色综合久久久久无码专区| 亚洲国产日韩欧美综合久久| 久久强奷乱码老熟女| 久久久久国产一区二区三区| 国产麻豆精品久久一二三| 亚洲va中文字幕无码久久| 久久亚洲精品无码aⅴ大香| 久久久精品国产Sm最大网站| 亚洲成色999久久网站| 91精品国产91久久久久福利| 99久久久精品免费观看国产| 久久精品麻豆日日躁夜夜躁| 日本强好片久久久久久AAA| 婷婷久久香蕉五月综合加勒比| 久久精品久久久久观看99水蜜桃| 久久久久久久久久久久久久|