[ create a new paste ] login | about

darbotron

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by darbotron:

C++, pasted on Apr 30:
1
2
3
4
// 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++, pasted on Oct 12:
1
2
3
4
5
////////////////////////////////////////////////////////////////////////////////////////////////////////////
// (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)
C++, pasted on Oct 11:
1
2
3
4
5
// Making your own type id is fun! altTypeId - redux!
#include <iostream>


//////////////////////////////////////////////////////////////////////////
...
view (80 lines, 6 lines of output)
C++, pasted on Oct 10:
1
2
3
// altTypeId.cpp : Defines the entry point for the console application.
//
#include <iostream>
...
view (110 lines, 6 lines of output)