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.

  1. c++ iostreams low-level construct reading bytes , operating system devices such file systems, fifos, sockets, etc.
  2. 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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -