Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 2 of 2
Search took 0.06 seconds.
Search: Posts Made By: rileyvanzeeland
Forum: Computer Programming 10-20-2012, 06:50 AM
Replies: 3
Views: 1,111
Posted By rileyvanzeeland
You are essentially doing this- int main() ...

You are essentially doing this-

int main()
{
int a=7, t=0;
--a;
--a;

t=a;
t+=a;
Forum: Computer Programming 10-20-2012, 06:37 AM
Replies: 0
Views: 330
Posted By rileyvanzeeland
c, cygwin- Set maximum messages in queue- msgctl

I would like to increase the number of messages allowed in the queue for msgsnd and msgrcv. Currently, when I print off the number of messages, it stops at 33 and freezes. No error message is given...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT +1. The time now is 07:36 AM.