How does stream_object.read function work?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanketbarot
    New Member
    • Sep 2006
    • 30

    How does stream_object.read function work?

    How this Function works?


    For reading a file in binary mode the syntex is


    stream_object.r ead((char*)&var iable,sizeof(va riable));
Working...