Post
Topic
Board Off-topic
Re: How to read through a 1000+ page C++ book
by
pteranodon
on 28/06/2013, 11:55:49 UTC
I find most programming books boring as well. What I find helps me is to have a specific project in mind and while going through the book I imagine how each section could be used in my project. That helps me understand the subject matter more easily and remember what I read. Then when I start the actual programming and get stuck on something, I will go and re-read the relevant sections.