Sponsored Links


Results 1 to 2 of 2

Thread: whats the difference in node stream and filter stream?

  1. #1
    Senior Member saneha's Avatar
    Join Date
    Apr 2011
    Posts
    266

    Icon16 whats the difference in node stream and filter stream?

    Sponsored Links1



  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    Stream is an abstraction of a data source/sink. We need abstraction because there are lots of different devices (files, consoles, network, memory, etc.). We need to talk to the devices in different ways (sequential, random access, by lines, etc.) Streams make the task easy by acting in the same way for every device. Though inside handling of devices may be quite different, yet on the surface everything is similar. You might read from a file, the keyboard, memory or network connection, different devices may require specialization of the basic stream, but you can treat them all as just "streams". When you read from a network, you do nothing different than when you read from a local file or from user's typing

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. what is the existing node and root node
    By Vuhelper in forum C++ Programing
    Replies: 0
    Last Post: 01-04-2012, 10:09 PM
  2. Replies: 0
    Last Post: 10-13-2011, 10:38 PM
  3. Replies: 0
    Last Post: 08-03-2011, 03:29 AM
  4. STL Input Stream Iterator in c++ 2011
    By Vuhelper in forum C++ Programing
    Replies: 0
    Last Post: 07-22-2011, 08:50 PM
  5. Replies: 0
    Last Post: 07-06-2011, 03:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft