Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. clickshah

    can anyone tell me what other functionality i can add to this program?

    (What does this program actually do) import java.io.*; import java.net.*; public class prog4 { public final static int ECHO_PORT = 7; public static void main(String argv[]) { if (argv.length != 1) { System.out.println("Usage: java prog4 hostname")...
  2. clickshah

    can anyone tell me what this program does?

    #include <stdlib.h> #include <stdio.h> #include <iostream.h> #define _System __syscall extern &quot;C&quot; { #include &quot;types.h&quot; #include &quot;netdb.h&quot; #include &quot;sys/socket.h&quot; #include &quot;netinet/in.h&quot; } void EXCEPTION(int cond, char szMsg[]); int main(int...
  3. clickshah

    does anyone know what this program does&gt;

    #include <stdlib.h> #include <stdio.h> #include <iostream.h> #define _System __syscall extern &quot;C&quot; { #include &quot;types.h&quot; #include &quot;netdb.h&quot; #include &quot;sys/socket.h&quot; #include &quot;netinet/in.h&quot; } void EXCEPTION(int cond, char szMsg[]); int main(int...

Part and Inventory Search

Back
Top