- Bits and Pieces: The Small BCardLayout
- Lesson 22: A First (Bigger) Project
- API Design is Hard, Finding Bugs (Can be Made) Easy!
- The Haiku Tutorial is Here!
- From Bugs back to Wireless and Friends
- Greetings (mostly) from the Kernel (Debugging Land)
- 2011 Google Code-In Contest, Haiku Selected as One of Eighteen Participating Organzations
- Virtualize a Physical Haiku Partition With Virtualbox
- BeGeistert 024 + Coding sprint report
- 2011 Google Summer of Code Mentor Summit
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