Wednesday, 26 November 2008
(Another) MacBook Pro hard drive upgrade (17" model)
›
In October I performed surgery on my 15" MacBook Pro, to upgrade the hard drive. Today I've been repeating the performance, but on...
Monday, 24 November 2008
C++: An STL-like circular buffer (Part 7)
›
Time to air the dirty laundry, and — since every good metaphor must run to the bitter end — to ask a pantomime washer woman to save the day....
Saturday, 22 November 2008
C++: An STL-like circular buffer (Part 6)
›
We now have a circular_buffer that you can add data to, read data from, remove data from, and that seems superficially correct. Let's a...
Intermission: Posting code on Blogger
›
The series I'm posting on circular buffers in C++ is a bit of a personal experiment in article writing; attempting to form an articl...
4 comments:
C++: An STL-like circular buffer (Part 5)
›
So far we have created a fairly inert husk of a circular_buffer class. The few methods we've written allow you to easily discover that ...
Friday, 21 November 2008
C++: An STL-like circular buffer (Part 4)
›
Now it's time to think about the gory internal details of our circular_buffer . Obviously, we need a data store for the buffer. A good o...
5 comments:
Thursday, 20 November 2008
C++: An STL-like circular buffer (Part 3)
›
Now it's time flesh out the class, and consider the interface we'd like to give it. First, STL containers have a number of requireme...
1 comment:
‹
›
Home
View web version