- Debugger: Getting mixed signals
- 'Packaging Infrastructure' Contract Weekly Report #4
- Haiku monthly activity report - 06/2015
- 'Packaging Infrastructure' Contract Weekly Report #3
- 'Packaging Infrastructure' Contract Weekly Report #2
- GCI 2014 winners trip report (mentor side)
- TeX Live and LyX; Changes to the boot code
- 'Packaging Infrastructure' Contract Weekly Report #1
- Beginning of 'Packaging Infrastructure' Contract
- Haiku monthly activity report - 05/2015
Lesson 21: Reading and Writing Files
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.
- darkwyrm's blog
- Login or register to post comments

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