Forum: C Apr 24th, 2009 |
| Replies: 8 Views: 1,316 I don't have the old version and I can't find it anywhere! I sent an email to an author's report that I have read about text files version but there isn't such email any more, thanks for the help I... |
Forum: C Apr 24th, 2009 |
| Replies: 8 Views: 1,316 Yes that's exactly. It's free but they give only executable file and there is no documentation about the binary file. I suppose that the binary file format is the same with the text. I sent them an... |
Forum: C Apr 24th, 2009 |
| Replies: 8 Views: 1,316 Yes I agree it's difficult. I suppose that the file has data like :
----------------------------------------------------------------
MPI Routine #calls avg. bytes time(sec)... |
Forum: C Apr 24th, 2009 |
| Replies: 8 Views: 1,316 Thanks for your answer, I have the following code, I will check also your link, I use linux but I can't see an text that should be in the binary.
#include<stdio.h>
int main() {
FILE *file;... |
Forum: C Apr 24th, 2009 |
| Replies: 8 Views: 1,316 Dear all,
I have read a lot topics about reading binary files but I didn't find something about my problem. How possible is it to read a binary file that you don't know the file format? I am sure... |