Lesson 21: Reading and Writing Files

Blog post by darkwyrm on Fri, 2010-06-11 18:04

This lesson continues with delving into the Storage Kit, reading and writing files. We also start writing code for the final project of the Learning to Program With Haiku series which will be developed over the course of several lessons.

Learning to Program With Haiku, Lesson 21

Comments

Re: Lesson 21: Reading and Writing Files

Hello.

This series is really coming along nicely. I've pointed my students at it as an example of good programming practice.

One bleb on page 3: You're passing in a path to your ReadFile() function, but a static path is used in call to the BFile constructor.

Regards,

James