Aha, this clears it up! Thank you for insight :)
Type: Posts; User: kaptsea
Aha, this clears it up! Thank you for insight :)
Hello people!
I need some clarification on a behaviour. I have this code:
const char *p = "TEST\n";
p = "OTHER";
printf("%s", p);
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...
[/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....
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,...
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?
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 -...