You have to define an interface between client and server anyway, that's the only place you should care. Regardless on whether your client/server is 32/64, i'm sure you are not going to use every bit of an int. Say, you want to transmit some ID field. Are you expecting to have more than a million IDs? If not, you'd simply define your ID message as an int32 and then convert with server.id = int(msg.id)/client.id = int(msg.id).
- How to write (mostly) "architecture independent" (32/... monster
- Re: How to write (mostly) "architecture independent&q... LeuGim
- Re: How to write (mostly) "architecture independe... Libman
- Re: How to write (mostly) "architecture indep... monster
- Re: How to write (mostly) "architecture i... Arrrrrrrrr
- Re: How to write (mostly) "architect... monster
- Re: How to write (mostly) "archi... cdunn2001
- Re: How to write (mostly) "a... Arrrrrrrrr
- Re: How to write (mostly) "a... mashingan
- Re: How to write (mostly) "a... jlp765
- Re: How to write (mostly) "a... Arrrrrrrrr
- Re: How to write (mostly) "a... monster
