我在网上看到了一些代码,我正在尝试弄清楚它在做什么。特别是,我以前从未见过“1e”约定。
time_t currentTime; time(¤tTime); uint64_t currentTime = (uint64_t)currentTime * 1e6;
c
c ×1