Click here to Skip to main content
Licence 
First Posted 5 Feb 2001
Views 41,394
Bookmarked 13 times

Circular File

By | 5 Feb 2001 | Article
A class that implements a simple circular file.
  • Download source files - 28 Kb
  • Introduction

    When I wrote my first article on codeguru "Expandable Buffer" I saw there were lot of people seeking a Circular File. Hence I developed my own Circular File, and wanted to share it. Its interface is so simple. 

    Constructors

    • CCirFile() - Creates a new file with name "default Log" with 100 Lines
    • CCirFile(char * strFileName) - Creates a file with name strFileName. strFileName must be less than 100 lines
    • CCirFile(char * ,int ) - You can specify the file name and file size

    Methods

    • int InitFile() - All file initialization is done here
    • int AddLine( CString ) - You should call this function to a add new line at the start of the file

    Limitations

    1. Its not a true Circular File. It will add a new line at the start of the file and move all lines down one place, and the last line will removed
    2. It's slow. It can be enhanced by using multithreading.

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    Ibrar Ahmad

    Web Developer

    Pakistan Pakistan

    Member

    Master of Computer Science
    Experince
    1). C++
    2). C
    3). Network Programming...
    Socket,Pipe,Protocol Implemntation
    4). hardware interfaceing
    5). Emabeded programming in C51...Etc
    (for 8051,PIC,C166 Processores)
     


    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    You must Sign In to use this message board. (secure sign-in)
     
    Search this forum  
     FAQ
        Noise  Layout  Per page   
      Refresh
    GeneralMy vote of 1 PinmemberMichaelSimons5:52 26 Nov '08  

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

    Permalink | Advertise | Privacy | Mobile
    Web02 | 2.5.120517.1 | Last Updated 6 Feb 2001
    Article Copyright 2001 by Ibrar Ahmad
    Everything else Copyright © CodeProject, 1999-2012
    Terms of Use
    Layout: fixed | fluid