Re: [boost] asio networking proposal

----Original Message---- From: Thorsten Ottosen [mailto:nesotto@cs.aau.dk] Sent: 19 August 2005 00:10 To: boost@lists.boost.org Subject: Re: [boost] asio networking proposal
I'm commenting from the sidelines here, and I'm in the camp that instinctively recoils from a (void*,size_t) interface. However, if we can persuade Christopher to add a slightly higher level interface, can I put in a plea for it to be in terms of "unsigned char", rather than plain char? I don't know about others, but I have a convention that "char" means "textual data", and "unsigned char" is reserved for "raw memory". (Unsigned char also makes it easier to grab bit-fields by shifting - the behaviour is more completely defined). Also:
-- Martin Bonner Martin.Bonner@Pitechnology.com Pi Technology, Milton Hall, Ely Road, Milton, Cambridge, CB4 6WZ, ENGLAND Tel: +44 (0)1223 441434
participants (1)
-
Martin Bonner