<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: C++ program in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181710#M91076</link>
    <description>Where exactly is the problem?&lt;BR /&gt;&lt;BR /&gt;What architecture do you want to use?&lt;BR /&gt;(there are many different frameworks available)&lt;BR /&gt;&lt;BR /&gt;There are so many examples on the net, just try to search for example:&lt;BR /&gt;&lt;BR /&gt;"c++ socket programing"</description>
    <pubDate>Thu, 17 Apr 2008 10:27:31 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-04-17T10:27:31Z</dc:date>
    <item>
      <title>C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181709#M91075</link>
      <description>I want to write one program stickly in C++ server/client and STL.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If client connect to  server, server will inform the client which versions it supports, for example server will inform with a min version="9.2.1.1000" and max version "9.6.100.9999" . The client need to compare these version with its buid version. Let say client build version is 9.3.1.9999 , it will say its will connect or otherwise it will not connect or its not compatible.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2008 10:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181709#M91075</guid>
      <dc:creator>Ronit_1</dc:creator>
      <dc:date>2008-04-17T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181710#M91076</link>
      <description>Where exactly is the problem?&lt;BR /&gt;&lt;BR /&gt;What architecture do you want to use?&lt;BR /&gt;(there are many different frameworks available)&lt;BR /&gt;&lt;BR /&gt;There are so many examples on the net, just try to search for example:&lt;BR /&gt;&lt;BR /&gt;"c++ socket programing"</description>
      <pubDate>Thu, 17 Apr 2008 10:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181710#M91076</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-04-17T10:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181711#M91077</link>
      <description>It should be in C++/Linux. Program i have already posted &lt;BR /&gt;&lt;BR /&gt;" If client connect to server, server will inform the client which versions it supports, for example server will inform with a min version="9.2.1.1000" and max version "9.6.100.9999" . The client need to compare these version with its buid version. Let say client build version is 9.3.1.9999 , it will say its will connect or otherwise it will not connect or its not compatible."&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2008 10:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181711#M91077</guid>
      <dc:creator>Ronit_1</dc:creator>
      <dc:date>2008-04-17T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181712#M91078</link>
      <description>Do you expect to get the complete source here?</description>
      <pubDate>Thu, 17 Apr 2008 10:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181712#M91078</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-04-17T10:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181713#M91079</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This sure sounds like a homework assignment.  I agree with Torsten, a Google search will yield lots of examples.  In a search I performed, here are just two:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rites.uic.edu/~solworth/sockets.pdf" target="_blank"&gt;http://www.rites.uic.edu/~solworth/sockets.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tldp.org/LDP/LG/issue74/tougher.html" target="_blank"&gt;http://tldp.org/LDP/LG/issue74/tougher.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since you specifically mention Linux platforms, you will undoubtedly be using the GNU compiler instead of an HP-UX one.  You might be better advised, therefore, to direct your questions to that forum, too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 17 Apr 2008 10:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181713#M91079</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-04-17T10:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181714#M91080</link>
      <description>Some other links for you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Berkeley_sockets" target="_blank"&gt;http://en.wikipedia.org/wiki/Berkeley_sockets&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Unix_domain_socket" target="_blank"&gt;http://en.wikipedia.org/wiki/Unix_domain_socket&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Internet_socket" target="_blank"&gt;http://en.wikipedia.org/wiki/Internet_socket&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Remote_Procedure_Call" target="_blank"&gt;http://en.wikipedia.org/wiki/Remote_Procedure_Call&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Common_Object_Request_Broker_Architecture" target="_blank"&gt;http://en.wikipedia.org/wiki/Common_Object_Request_Broker_Architecture&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Come back if you need more ...&lt;BR /&gt;&lt;BR /&gt;Have fun!</description>
      <pubDate>Thu, 17 Apr 2008 10:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181714#M91080</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-04-17T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181715#M91081</link>
      <description>It would be great if someone provide with code, &lt;BR /&gt;&lt;BR /&gt;I know am asking too much&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2008 12:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181715#M91081</guid>
      <dc:creator>Ronit_1</dc:creator>
      <dc:date>2008-04-17T12:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: C++ program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181716#M91082</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It would be great if someone provide with code, I know am asking too much&lt;BR /&gt;&lt;BR /&gt;Well, now, I suggest that you begin with some of the links provided already.  There is code too, therein.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...  &lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2008 12:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program/m-p/4181716#M91082</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-04-17T12:07:18Z</dc:date>
    </item>
  </channel>
</rss>

