jburkardt

WIDTH\ Report the “width” of a file {#width-report-the-width-of-a-file align=”center”} ============================


WIDTH is a C++ program which reports the length of the longest line in a file.

Usage: {#usage align=”center”}

width file(s)

where

results in a list of the length of the longest line in each file.

Licensing: {#licensing align=”center”}

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

WIDTH is available in a C++ version.

PAGES, a C++ program which reports the number of pages in a given file.

WRAP2, a C++ program which wraps long lines in a text file, but which wraps some lines “early”, so as to avoid breaking words.

Source Code: {#source-code align=”center”}

List of Routines: {#list-of-routines align=”center”}

You can go up one level to the C++ source codes.


Last revised on 31 August 2005.