Forum: C 32 Days Ago |
| Replies: 0 Views: 196 I am new to message queues and IPC in general. I am trying to have a process establish the queue and send a message. Then I fork and the child will read the message. The goal is to measure the... |
Forum: C Sep 20th, 2009 |
| Replies: 2 Views: 294 O wow I didn't even see the typedef keyword there. My brain is a little ovewhelmed.
Thanks |
Forum: C Sep 19th, 2009 |
| Replies: 2 Views: 294 I am a C++ and Java programmer and I just have a couple simple syntax questions that I can't find a clear answer to. Yes I tried Google.
Question 1: I found the following code on another forum.... |