Recent content by TutorIndia

  1. T

    programing and coding

    Here are some basic steps to learn programming: 1. Start with a good book or tutorial on programming 2. Get a compiler/interpreter/IDE for the programming language your book uses 3. Read the book! Try putting together your own ideas to form a working program 4. Once you start actively...
  2. T

    what is tomcat and apache ?!

    Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java"...
  3. T

    is there any way to cross platform TCP/IP in C?

    Do a google for "Beej's Guide" and you should find the best guide to sockets you could ever want.