Converts a binary matrix file to a text one (and vice versa)

Name

b2tm - Converts a binary matrix file to a text one (and vice versa)

Synopsis

b2tm [options] SOURCE DEST

Description

Converts the SOURCE file, a binary matrix file, to DEST, a text matrix file. The options supported are as follows:

-f The first line of the text file is to be a header containing the attributes of the matrix (i.e. number of columns / rows). If this is used in combination with the -r option then this applies to SOURCE rather than DEST.

-r The conversion should be reversed (i.e. SOURCE is a text file that is to be converted to a binary file, DEST).

Remarks:
Implemented by b2tm.cpp.

Copyright ©1996-2006 Steven Blackburn - About MaART - MaART on SourceForge