for strstream class what is the need for setting the flags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srikar
    New Member
    • Sep 2006
    • 62

    for strstream class what is the need for setting the flags

    Hi all,
    For the class strstream let the object be line.
    On an 16 bit machine previously of ANSI standard
    ststream line
    line.setf(ios:: in);
    What is need for setting the flag to input.
    Is that at that time for the class strstream , we want to use stratream object
    to input do we need to set using this type of flags
    or there is any other use for it.

    Kindly help me to resolve my problem.
    Regards

    srikar
  • srikar
    New Member
    • Sep 2006
    • 62

    #2
    Hai some one help me to resolve my query, I hope Banfa will help me
    regards
    srikar

    Originally posted by srikar
    Hi all,
    For the class strstream let the object be line.
    On an 16 bit machine previously of ANSI standard
    ststream line
    line.setf(ios:: in);
    What is need for setting the flag to input.
    Is that at that time for the class strstream , we want to use stratream object
    to input do we need to set using this type of flags
    or there is any other use for it.

    Kindly help me to resolve my problem.
    Regards

    srikar

    Comment

    Working...