Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for jaepi

I realize this is an old thread but I think I may be able to help...when you initialize [icode]sem_t[/icode] you need to use the function [code]int sem_init( sem_t * sem, int pshared, unsigned value );[/code] then use the return value of the function instead of comparing the actual value of …

Member Avatar for sfault
0
634
Member Avatar for freddyfly

Hello all, I'm writing a program to keep track of my swim team's test set times. I would like to display the information in a table like form to edit all of the swimmers and times at once. I'm using this object: [code=c#] public class TestSetDisplay : INotifyPropertyChanged { string …

Member Avatar for sknake
0
1K
Member Avatar for freddyfly

All right...This is my first post and it is a very short question. I'm getting a segmentation fault at this line: [code] std::ostringstream ostr; [/code] All I'm doing is creating an ostringstream. Sometimes it makes it past this line and is fine but others I'll get a segfault here. I …

Member Avatar for freddyfly
0
233

The End.