Thread: Client Program

  1. #1
    Unregistered
    Guest

    Client Program

    How can one write server program and client program and link them
    together.
    Especially with respect to internet sales of either services or merchandise and
    then host it on a website and let run perfectly.

  2. #2
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    This is one of those things that if you don't have any idea... it will be over your head. There are a lot of applications out there that may fit the bill. Look toward those until you have a better understanding of these things....
    Blue

  3. #3
    Get a book on Client/Server.
    or
    You can use CGI (common gateway interface). You probably need to learn PERL programming language for this approach but it should work no matter who hosts your site. CGI is better since you can use HTML to present the info to the user, and interact with the program. You've got quite a task in front of you if you want to build a client/server app and have to deal with the GUI also. C++ can be used as CGI but it's hard to find a tutorial on the proper I/O to have the program work correctly.

    You can look into Java - servlets, applets.

    Networking, Server, Client, web pages, Java, javascript, Perl - this is the field I'm currently employed in and can tell you it is one deep pond of info to get into.
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Server and client in the same program
    By smithx in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-25-2008, 09:30 PM
  2. Socket Programming Problem!!!!
    By bobthebullet990 in forum Networking/Device Communication
    Replies: 2
    Last Post: 02-21-2008, 07:36 PM
  3. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  4. Inserting text into MDI program
    By Rutabega in forum Windows Programming
    Replies: 0
    Last Post: 12-23-2005, 11:25 AM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM