Hi,
i want to write a chat program based on a self writen network
protocol. It should run on any platform so there is one problem: On
one platform an Integer 32 Bit on other 64. But i need exact a 32 Bit
one (for compatibly issues). It should be also possible to add and
subtract etc from this type... So how can i define this type?
Thx Frank
i want to write a chat program based on a self writen network
protocol. It should run on any platform so there is one problem: On
one platform an Integer 32 Bit on other 64. But i need exact a 32 Bit
one (for compatibly issues). It should be also possible to add and
subtract etc from this type... So how can i define this type?
Thx Frank
Comment