Search:

Type: Posts; User: kaptsea

Search: Search took 0.01 seconds.

  1. I am gladly on linux. I will definitely look into...

    I am gladly on linux. I will definitely look into RAW sockets, but still this another matter, isn't it?
  2. Constructing a Wake On Lan packet (low level packet)

    Hello there!

    As an exercise, I am trying to implement a WOL programme to use inside my local network. As per the specification of a magic packet:



    Let's say I have a MAC address of...
  3. Replies
    19
    Views
    23,612

    Aha, this clears it up! Thank you for insight :)

    Aha, this clears it up! Thank you for insight :)
  4. Replies
    19
    Views
    23,612

    const char* clarification

    Hello people!

    I need some clarification on a behaviour. I have this code:


    const char *p = "TEST\n";
    p = "OTHER";
    printf("%s", p);
  5. Replies
    6
    Views
    9,370

    My master's research supervisor told me this: "A...

    My master's research supervisor told me this: "A colleague of mine (having a Phd and all) was trying to get a job; in her interviews, they mostly looked at the CPDs and her diplomas from seminars...
  6. [/COLOR] Aha!, so the double negation is to get...

    [/COLOR]
    Aha!, so the double negation is to get rid of the -1 case!



    This is where I started and found myself eager to try some of it on my own! Much of my code would be similar to Beej's....
  7. Woah, thank you for the effort and time! This is...

    Woah, thank you for the effort and time! This is indeed very nice :wink:. To clarify, when I said "Educational purposes" I meant to educate myself, not others. It seems you have experience on this,...
  8. In essence this is what happens here. The only...

    In essence this is what happens here. The only difference is the welcoming message on connect, isn't it? How would you go about this?
  9. My TCP client seems to have a race condition with my server!

    Hello people

    I have been trying to make an educational TCP server-client model in c++, using the standard c socket libraries.

    for full reference and a GitHub -...
Results 1 to 9 of 9