filum_test
    
    
    
      filum_test,
      a C++ code which
      calls filum(), which
      handles information in text files.
    
    
      Licensing:
    
 
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      filum,
      a C++ code which
      can work with information in text files.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          filum_test_4by5.txt, a file with 
          missing right parentheses.
        
 
        - 
          filum_test_test.txt, a sample file.
        
 
        - 
          filum_test_append.txt, an 
          example of FILE_APPEND.
        
 
        - 
          filum_test_braces.txt,  a file 
          with balanced and legal braces.
        
 
        - 
          filum_test_columns.txt,  a file 
          of 4 rows and 5 columns of numeric data.
        
 
        - 
          filum_test_copy.txt, an example of
          FILE_COPY.
        
 
        - 
          
          filum_test_reverse_columns.txt,
          an example of FILE_REVERSE_COLUMNS.
        
 
        - 
          filum_test_parens1.txt, a file
          with missing right parentheses.
        
 
        - 
          filum_test_parens2.txt, a file
          with illegally occurring right parentheses.
        
 
        - 
          filum_test_parens3.txt,  a file 
          with balanced and legal parentheses.
        
 
        - 
          filum_test_reverse_rows.txt, 
          an example of FILE_REVERSE_ROWS.
        
 
        - 
          story.txt, 
          a file containing a title line and 5 paragraphs of text.
        
 
      
    
    
      DATA_***.TXT is a short sequence of three files, each having 8 data 
      items, 3 on the first line, 3 on the second, and 2 on the third line,
      to be examined by FILE_SEQUENCE_SIZE.
      
    
    
    
      Last revised on 07 March 2020.