Thread: web programming using c language

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    5

    web programming using c language

    respected sir,

    can we do web programming using C language? If possible, What are the resources can we learn? Please show me the solution.

    regards,
    chandramouli

    my mail id : [email protected]

  2. #2
    GSLR
    Guest
    You most probabally can but people have designed better(Dont know if this is the right word but !) languages for that sort of programming ie java etc....

  3. #3
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    cgi-bin is available on a lot of servers for running binaries. C/C++ can be used to write little exe's that output text such as web pages.

    That having been said, don't do that. It's an old, dangerous way of doing business! Use a scripting language such as Perl, PHP, JSP, ASP. These are much safer for the server to run.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reviving my old scripting language.
    By suzakugaiden in forum Game Programming
    Replies: 4
    Last Post: 06-15-2006, 03:02 PM
  2. Consuming same Web Service multiple times
    By cfriend in forum C# Programming
    Replies: 2
    Last Post: 01-10-2006, 09:59 AM
  3. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  4. Web Server in Router Network...
    By Aidman in forum Tech Board
    Replies: 15
    Last Post: 01-17-2003, 10:24 PM
  5. What is your favourite programming or web designing language?
    By techie in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-19-2001, 02:14 PM