|
darbotron
|
|
codepad
|
|
|
darbotron
|
Saved pastes by darbotron:
// comment this line back in to get it to run in Visual Studio
// #include "stdafx.h"
#include <iostream>
|
| view (98 lines, 11 lines of output, 1 comment) |
////////////////////////////////////////////////////////////////////////////////////////////////////////////
// (C) Alex Darby September 2011.
//
// This code was hurriedly flung together to illustrate the underpinnings of my favourite templated list
// class for my post on AltDevBlogADay on 25/09/2011 (UK date!).
|
| view (499 lines, 60 lines of output) |
// Making your own type id is fun! altTypeId - redux!
#include <iostream>
//////////////////////////////////////////////////////////////////////////
|
| view (80 lines, 6 lines of output) |