User profile: cpcp

User info
User name:cpcp
History
Joined:
Number of posts:17
Latest posts:

Why I'm geting the wrong string?
And if I'm doing it with spaces? It will be good to? Thank you!

Why I'm geting the wrong string?
Someone???

Why I'm geting the wrong string?
[code] struct my_msgbuf{ long mtype; char mtext[NAME_LEN+ID_LEN+REQ_MSG+1]; }; struct my_msgbuf s...

Why I'm geting the wrong string?
I try to understand what is the problem with this code [code] char name[NAME_LEN],id[ID_LEN],act[RE...

Connecting between to brothers (at C language)
I solve it! I had to do: [code] pid_t me=getpid(); (write(pos[1],&me,sizeof(pid_t)) [/code] Thank...