Search

Search found 1 match

by Minthos
11 Nov 2007, 19:53
Forum: Engine
Topic: Development guidelines
Replies: 37
Views: 12407

Another guideline: * Don't use long s, as they're 64 bit on 64 bit platforms and 32 bit on 32 bits platforms. As such they may cause sync errors, and on 32 bit int has the same range anyway. int32_t is defined in stdint.h and is exactly 32 bits wide according to a quick google, msvc doesen't have s...

Go to advanced search