Search:

Type: Posts; User: cpp_is_fun

Search: Search took 0.01 seconds.

  1. Thread: ping client

    by cpp_is_fun
    Replies
    4
    Views
    4,179

    Yea I see the ping.c file, but these are pretty...

    Yea I see the ping.c file, but these are pretty complex tools especially when they're being used in real life distribution. Thanks for the quick response. Hopefully someone in here has a basic...
  2. Thread: ping client

    by cpp_is_fun
    Replies
    4
    Views
    4,179

    I don't see a ping/icmp ping source files in that...

    I don't see a ping/icmp ping source files in that tar? Also these examples would not be what I call simple to follow. Thanks for your try, but I'll see if anyone else has a simplier example.
  3. Thread: ping client

    by cpp_is_fun
    Replies
    4
    Views
    4,179

    ping client

    Hi,
    I'm trying to find a simple ping client that would talk to a ping server that I have that's in java. I'm trying to create a simplistic ping client similar to the actual ping program found in...
  4. Replies
    3
    Views
    1,873

    email client

    Hi, I'm currently working on a mail client thats suppose to be in java that connects to a generic smtp server to send mail. We were told to find a C version and base off of the socket programming and...
  5. Replies
    2
    Views
    2,233

    I'm not even hacking. I'm taking a security...

    I'm not even hacking. I'm taking a security course, and I'm trying to learn about buffer overflows. I know I could find material on the web, but I was hoping that someone might be able to take an...
  6. Replies
    2
    Views
    2,233

    buffer overflow

    Hello,
    Can someone show me a quick example of code that performs a small buffer overflow that another driver application would be able to take advantage of the overflow and access a part of the code...
  7. Replies
    3
    Views
    6,965

    hm . . . quite unhelpful. If you can not...

    hm . . . quite unhelpful. If you can not contribute to answering the post, then its best for you to keep quiet.

    I already know what an M-Way Search Tree is and the properties it holds such as the...
  8. Replies
    3
    Views
    6,965

    M-Way Search Tree

    If I'm given a M-Way Search Tree, how would I determine it is a B-Tree with the parameter K < M, where K is the value that is to be inserted and M is the Order of the M-Way Search Tree. This is not...
  9. Replies
    1
    Views
    966

    Binary Search Tree

    How do you split a BST where the value X may or may not be in the tree into BST q,r , given that all the values in tree Q is less than or equal to X and tree r is greater than or equal to X ?
  10. Replies
    1
    Views
    1,407

    Splitting BST General

    Happy thanksgiving everyone,

    I'm trying to get a general idea of how to split a single binary search tree into two seperate tree. I was curious is there a general form or procedure to do this?...
  11. Replies
    1
    Views
    2,253

    nobody has worked with this ADT before?

    nobody has worked with this ADT before?
  12. Replies
    1
    Views
    2,253

    Hybrid ADT Problem

    I'm working on a project that uses hybrid trie ADT and I'm trying to finish the function Delete and Erase.

    Delete is going to delete the d-tuple [x1,x2,x3,x4] from the Set S and Erase will clear...
Results 1 to 12 of 12