Thread: telnet C++ Question

  1. #1
    Registered User invisibleghost's Avatar
    Join Date
    Jun 2004
    Posts
    28

    telnet C++ Question

    I planning to write a telnet script but not sure how to start it off?I give up on perl because i had to install CPAN.Do i have to install some thing in C++ to use telnet in my scripts?


    I hope i post this in the right area this time.

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    311
    It is almost certainly easier for you to install cpan. At these sorts of things perl is a chainsaw, while c/c++ is an exacto knife. The cpan tools also just make life easyer, I beleve stock perl comes with a posix-ish socket library, that would be very close to what you would get in the best case for c/c++. For one thing perl runs scripts, c/c++ bulds programs. Pure, native code on the metal.

  3. #3
    Registered User invisibleghost's Avatar
    Join Date
    Jun 2004
    Posts
    28
    I try C++ and see how that goes for me.I hope it works out for me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Function Telnet Email
    By karcheee in forum C Programming
    Replies: 3
    Last Post: 07-25-2005, 11:39 AM
  2. C Execl Telnet
    By karcheee in forum C Programming
    Replies: 1
    Last Post: 04-26-2005, 02:31 PM
  3. telnet!!
    By bigB8210 in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-13-2003, 05:09 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. recv() and telnet ?
    By Devil Panther in forum Windows Programming
    Replies: 4
    Last Post: 06-13-2003, 12:23 PM