
19 Aug
2005
19 Aug
'05
6:45 p.m.
Stefan Arentz <stefan.arentz@norad.org> writes: [snip]
I've done a lot of work with NIO in the Java world, and what we use there is a little collection of 'Buffer' objects.
[snip] I think this sort of interface is less useful in C++ because it is possible to cast directly between pointer types in C++, e.g. between (int *) and (char *). In any case though, it seems like it can easily be provided as a separate library from asio itself, since it would seem that no integration is really needed. -- Jeremy Maitin-Shepard