I got a error that tells me : is not a member of 'd_basic_iostream<char, struct std::char_traits<char>>'
Mark Sires wrote:
size is a property, not a method. SizeGet is the method
Mark
"jalil" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hi everybody, I got a problem when I try to use the function size with d_iostrem. Do you have any idea about this. Thanks
here is my example: d_ref<d_char_stream> stream = d_char_stream::create_new(&db); d_iostream io(stream); io << "Hello, World!"; io.rewind(); io.size(); //when I do that I got a error at runtime err code = -1 //"method not found"
