So much for Creativity

Profile
Vernon Hills, Illinois
198 comments
196 entries
Advertisement
SiCrane
June 18, 2004
template code testing

#include

template
class vector {
public:
template
vector(InputIterator beg, InputIterator end) {
// stuff;
}
private:
T * start_;
T * end_;
T * end_buffer_;
};
338 views
SiCrane
June 17, 2004
Listening to: Ben Folds Five-Smoke
Right now I've decided to focus on redesigning my personal code library. My library has grown over the last few years in a piecemeal fashion as I find a useful bit in a project I'm doing and decide to dump it somewhere so that I don't have to redo it later. About a year ago, I started putting it in…
322 views
SiCrane
June 17, 2004
Listening to: Ben Folds Five-Smoke
Right now I've decided to focus on redesigning my personal code library. My library has grown over the last few years in a piecemeal fashion as I find a useful bit in a project I'm doing and decide to dump it somewhere so that I don't have to redo it later. About a year ago, I started putting it in…
474 views
SiCrane
June 16, 2004
Currently listening to: Yuki Kaijura-Cante Per Me
Well, since these are supposed to be developer journals, I suppose I should mention what my current projects are. Right now I divide my free time into several areas.

First off, I spend quite a bit of time working on stuff for gamedev.net. Anyone reading this probably knows that I'm a roving moderato…
505 views
SiCrane
June 16, 2004
Currently listening to: Yuki Kaijura-Cante Per Me
Well, since these are supposed to be developer journals, I suppose I should mention what my current projects are. Right now I divide my free time into several areas.

First off, I spend quite a bit of time working on stuff for gamedev.net. Anyone reading this probably knows that I'm a roving moderato…
461 views
SiCrane
June 15, 2004
Untitled
Right now it's 5:03 in the morning in my time zone, and we've just concluded with the site re-launch, only about two hours past the estimated time, which is pretty good all things considered. While there are still some rough edges, hopefully they've all be identified, and will be taken care of soo…
553 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
14 Followers
klg71
Generalist
55 Entries
2 Followers
ApochPiQ
Generalist
628 Entries
45 Followers
15 Entries
14 Followers
johnhattan
Programmer
1,277 Entries
50 Followers
Advertisement