No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: 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 … | |
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 … | |
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 … |
The End.