LooooongCounter operator++(const LooooongCounter& c) {
if(c.lowPart == ULONG_MAX) {
c.highPart++;
c.lowPart = 0;
}
else c.lowPart++;
}
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: June 7th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Yeah, but there’s software that sucks less