iostream - C++ input and output streams -
is possible c++' input stream read chatroom msn , yahoo , things , return sort of message? wondering search net , of require client , server.
i new this
no; 2 concepts have passing resemblance.
- c++ iostreams low-level construct reading bytes , operating system devices such file systems, fifos, sockets, etc.
- chat services implemented on high-level protocols such xmpp, operate on tcp via socket apis provided os.
in short, chalk , cheese.
there have been nominal efforts provide access sockets via iostream facility, designed extended in such ways. however, these libraries have never acquired significant traction in mainstream c++ programming. if had, still long way off implementing protocol complex xmpp.
Comments
Post a Comment