Search Results

Search: Posts Made By: kermit
2,497
Posted By kermit
Perhaps GNU Parallel...
Perhaps GNU Parallel (http://www.gnu.org/s/parallel/) would be of some use to you. If you are interested in it (i.e., it seems promising), there is a video (part one of two) about it which you can...
Forum: Programming 12-09-2010
1,223
Posted By kermit
Well your first problem is that 'If' is not a...
Well your first problem is that 'If' is not a keyword in C, whereas 'if' is. As an aside, you ought not put your call to strlen() inside the loop like you have. Change your code from:

for(i=0;i<...
Forum: Programming 09-16-2010
14,578
Posted By kermit
In general, fully buffered I/O will run quicker,...
In general, fully buffered I/O will run quicker, I think.
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy