Thread: Pinger thing

  1. #16
    Registered User Seph_31's Avatar
    Join Date
    Nov 2003
    Posts
    24
    Sry about not indenting my compiler craps out when i indent. But how would I spawn count processes in the for loop running pinger?
    --Seph

  2. #17
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,663
    > But how would I spawn count processes in the for loop running pinger?
    Ah, excellent, now you've shown you want to DoS someone.
    Perhaps you should re-aquaint yourself with the rules of this board
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #18
    Registered User Seph_31's Avatar
    Join Date
    Nov 2003
    Posts
    24
    READ MY EARLIER POST : I HAVE TO DO A PROJECT WITH DOS COMMANDS AND I AM ON PING. I AM NOT TRYING TO FREAKIN DOS SUM1 BECAUSE IT IS LAME AND DOESNOT WORK NE MORE UNLESS U HAVE LIKE A T3 CONNECTION!!!!!
    --Seph

  4. #19
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    1) FAQ: http://faq.cprogramming.com/cgi-bin/...&id=1043284392
    2) Yelling at Salem is never a wise move
    3) D00d speak is dumb, makes you look dumb, and thus makes us want to ignore you.

  5. #20
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,663
    And what possible legitimate reason could you possibly have for spawning multiple pings at the same site?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #21
    Registered User Seph_31's Avatar
    Join Date
    Nov 2003
    Posts
    24

    Unhappy

    Ok let me explain this in english. I have a project with DOS commands like dir, traceroute, ping ect. eventually they will all be compilled into 1 program then turned in. Each command program has to have something unique in it. Like for this program, it will spawn multiple ping operations. For my dir program it shows you a preview of each file in a folder (if it is in ANSI). I am not trying to make a Dos attack on some one and i apologize for the "D00d" talk earlier. So if we can now get back to the problem with the program, then we can continue this post.
    --Seph

  7. #22
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Did you read this
    http://faq.cprogramming.com/cgi-bin/...&id=1043284392

    What's your question now?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pause/idle thing
    By freedik in forum Windows Programming
    Replies: 13
    Last Post: 08-22-2003, 09:46 AM
  2. A very strange thing
    By gustavosserra in forum C++ Programming
    Replies: 4
    Last Post: 04-15-2003, 12:43 PM
  3. most challenging thing to program
    By volk in forum A Brief History of Cprogramming.com
    Replies: 52
    Last Post: 03-28-2003, 03:56 PM
  4. newbie needs help comprehending simple thing
    By A helpless one in forum C++ Programming
    Replies: 6
    Last Post: 12-16-2002, 09:23 PM