2
votes
3answers
176 views
How to integration-test a network application in C
I've never managed to move from unit-testing to integration-testing in any graceful or automated way when it comes to network code.
So my question is: Given a simple single …
0
votes
Does a function exist that searches the unix $PATH variable and returns true if a certain file exists?
Once you have an absolute (canonicalized) pathname, you can use either stat(2) or access(2) to see if the file exists.
With stat:
struct st …
1
vote
which are the must-visit-daily websites for programmers?
I find these interesting:
http://blogs.msdn.com/oldnewthing
…
