1. Home
  2. Computing & Technology
  3. C / C++ / C#
photo of David Bolton
David's C / C++ / C# Blog

By David Bolton, About.com Guide to C / C++ / C#

Back to the C Tutorial

Saturday May 10, 2008
With the publication of the C# strings tutorial last week, I'm now back onto C again and this tutorial will be about files; both text files and random access files. Much of my earlier programming was using random access files, particularly in the postal games area. This was in the first few years of PCs, in the late 80s when databases were just starting to appear but were very expensive so everyone rolled their own file system. I didn't actually write any database applications until late 1997 and that was using Microsoft Access mdb files..

Nowadays of course even tiny applications can use small databases like SQLite, which links all its code into the application so there is much less need for random access files. And yet I believe it's a useful programming technique to know.

  • Link to What is a Relational Database?
  • Link to C Tutorials
  • Comments
    May 11, 2008 at 6:03 am
    (1) Lennie says:

    Hi David: What is the link to the C# strings tutorial? Regards Lennie

    Leave a Comment

    Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

    Explore C / C++ / C#
    About.com Special Features

    Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

    Easy ways to connect two computers for networking purposes. More >

    1. Home
    2. Computing & Technology
    3. C / C++ / C#

    ©2009 About.com, a part of The New York Times Company.

    All rights reserved.