Thread: Hello geeks and computer nerds. please try to solve this in your own idea.(c or c++)

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    3

    Hello geeks and computer nerds. please try to solve this in your own idea.(c or c++)

    first of all i'm trying to execute this program through c and c++. if any one have new creative(anything in your own knowledge) idea how to program this please post here.

    write a simple ‘C’ program that uses a Windows command line string to:

    a. Initiate a throughput download test using a socket-to-socket connection
    b. Initiate a throughput upload test using a socket-to-socket connection
    c. Initiate a VoIP test for 160 byte packets at a rate of 20 packets per second
    d. Initiate any other valid test.

    Thank You

    Regards
    Ravk
    Last edited by ravk; 11-28-2011 at 02:25 PM.

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657

    http://cboard.cprogramming.com/general-discussions/143443-5-1-2-steps-get-others-doing-your-homework.html


    How To Ask Questions The Smart Way

    Decide which one you're going to do.


    >first of all this is not home work, i'm trying to execute this program through c and c++
    Which program ?.. I don't see any.
    Last edited by manasij7479; 11-28-2011 at 02:12 PM.

  3. #3
    Registered User
    Join Date
    Nov 2011
    Posts
    3
    dude if u have an idea, post it. dont try to be make silly. i guess ur expecting money then only u help the others. if u dont post any thing nothing gonna happen to me. its upto u. why i mentioned its not home work is bcoz people think that and they like to beg money like u. i dont want any help from u. ok think in a generous way.

  4. #4
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Welcome to the forum, Ravk!

    We don't start programs for people (hardly ever). With your more sophisticated topic, it's a sure thing - it won't happen.

    Start your program, and when you get stuck, post up your code, and tell us what is the problem in detail. Include any compiler warnings or errors, any inaccurate results, or what have you.

    Don't just say "it won't work", please. We pretty much have that figured out, or you wouldn't be posting and requesting help. Be specific - and we can be more helpful, faster.

    Ravk: We're blunt, but don't take it personally. We don't want your money. We do this all the time, for free. I don't have experience with socket programming, however. Others do.

    If you need something really extensive, then maybe you do need to hire a programmer, but that's not what we do here.
    Last edited by Adak; 11-28-2011 at 02:37 PM.

  5. #5
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    here it is in a language I just invented:

    Code:
    create a new socket called 'S'.
    
    create a new endpoint called 'server' and assign value "192.168.1.1:4567".
    
    connect 'S' to 'server'.
    
    request download test from 'server' using 'S' and store transfer time in new variable called 'A'.
    
    send upload test to 'server' using 'S' and store transfer time in new variable called 'B'.
    
    loop 20 times in 1 second
    
    send a voip packet of 160 bytes to 'server' using 'S'.
    
    end of loop.
    Last edited by Elkvis; 11-28-2011 at 03:08 PM. Reason: syntax errors ;)

  6. #6
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by ravk View Post
    dude if u have an idea, post it. dont try to be make silly. i guess ur expecting money then only u help the others. if u dont post any thing nothing gonna happen to me. its upto u. why i mentioned its not home work is bcoz people think that and they like to beg money like u. i dont want any help from u. ok think in a generous way.
    Ahah... Step 5a ! Quite a skip..
    (Sorry... I won't go into 5b :P )

  7. #7
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by ravk View Post
    dude if u have an idea, post it. dont try to be make silly. i guess ur expecting money then only u help the others. if u dont post any thing nothing gonna happen to me. its upto u. why i mentioned its not home work is bcoz people think that and they like to beg money like u. i dont want any help from u. ok think in a generous way.
    Dude... this ain't a free programming service.

    Park it somewhere else.

  8. #8
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Starting the thread with an insulting title... that wasn't on the list of stupid things people do to try and get others to do their homework, although strangely enough I have actually seen similar before!

    Seriously ravk, how stupid do you think we are?
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  9. #9
    Registered User
    Join Date
    Nov 2011
    Posts
    3
    sorry guys i dont think that you take that in serious way,just for fun and something newly i have posted. be open minded man. calling a geek or nerd is not shame for me. its a kind of compliment. any way thank you folks for posting your suggestions.

  10. #10
    Registered User
    Join Date
    Sep 2011
    Posts
    52
    Quote Originally Posted by ravk View Post
    dude if u have an idea, post it. dont try to be make silly. i guess ur expecting money then only u help the others. if u dont post any thing nothing gonna happen to me. its upto u. why i mentioned its not home work is bcoz people think that and they like to beg money like u. i dont want any help from u. ok think in a generous way.
    Should we write a spelling checker for him?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Nerds and needles
    By VirtualAce in forum General Discussions
    Replies: 25
    Last Post: 11-02-2009, 07:04 PM
  2. For those geeks of us..
    By Lithorien in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-18-2005, 04:31 PM
  3. Attention nerds...
    By BMJ in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 02-22-2003, 01:29 PM
  4. Pic for all us computer geeks out there !!!
    By stevey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-07-2002, 04:36 PM