Safe, High performance, reuseable

Thursday, July 27, 2006

STL Knowledge

1. Get the number of elements in a buffer:
streamsize in_avail( );
Returns the number of elements that are ready to be read from the buffer.
Return Value:
The number of elements that are ready to be read from the buffer.

No comments: