Forum: C Mar 18th, 2007 |
| Replies: 2 Views: 2,619 Hey everybody,
Could somebody please provide an example for using the STL find_if for the following task. I am trying to search a vector of structs, using the following criteria: compare... |
Forum: C Feb 4th, 2007 |
| Replies: 1 Views: 2,587 Hi, does anybody know how check whether the socket (ie file descriptor) is valid in C? I know it is probably possible to do it using either a read or a write command, however, what other ways are... |
Forum: C Feb 3rd, 2007 |
| Replies: 1 Views: 3,063 Hi everybody. In C running in the Unix environment, there are many ways of getting the directory listing. One I know is to use the ftw library (the way I currently implement it), the other is to... |
Forum: C Apr 28th, 2006 |
| Replies: 10 Views: 2,729 Generally, I agree with Narue about the giving away the code part. Most of my teachers and professors were the same way.
But to stay on topic, there are many ways of using linked lists to... |