• <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 閱讀(9420) 評論(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++

            積分與排名

            最新評論

            无码任你躁久久久久久老妇| 激情久久久久久久久久| 噜噜噜色噜噜噜久久| 久久男人Av资源网站无码软件| 国产精品久久久久乳精品爆| 久久亚洲精品国产精品| 一本一道久久a久久精品综合| 日本免费久久久久久久网站| 亚洲中文字幕无码久久综合网| 精品水蜜桃久久久久久久| 久久亚洲日韩看片无码| 久久WWW免费人成—看片| 伊人久久综合成人网| 亚洲欧美日韩精品久久| 久久九九全国免费| 久久精品国产乱子伦| 伊人久久无码精品中文字幕| 久久精品国产亚洲精品2020| 麻豆精品久久久久久久99蜜桃| 99久久国产综合精品网成人影院| 久久精品人人做人人爽电影| 精品久久久久国产免费| 国产精品久久久久aaaa| 国产精品成人久久久久三级午夜电影 | 亚洲国产成人久久综合区| 国产高潮国产高潮久久久| 97热久久免费频精品99| 国产偷久久久精品专区| 欧美麻豆久久久久久中文| 国产2021久久精品| 91久久精品无码一区二区毛片| 久久777国产线看观看精品| 亚洲国产精品人久久| 91精品国产综合久久婷婷| 麻豆精品久久精品色综合| 久久天天躁狠狠躁夜夜96流白浆| 久久夜色精品国产噜噜噜亚洲AV| 狠狠精品久久久无码中文字幕 | 久久久精品国产亚洲成人满18免费网站 | 2021国内精品久久久久久影院| 久久天天躁狠狠躁夜夜av浪潮 |