Skip to content

Instantly share code, notes, and snippets.

@mischief
mischief / tempcode
Created October 16, 2012 22:11 — forked from anonymous/tempcode
C++tempcode
#include <iostream>
using namespace std;
int value;
void test(unsigned i) {
// test i, print, etc
}
@mischief
mischief / switchstatement.cpp
Created June 27, 2012 02:33 — forked from anonymous/AirAndVolume.cpp
Calculater switch statement
#include <iostream>
#include "AirAndVolume.h"
int cubestuff(void) {
AirAndVolume Cube;
}
int case2stuff(void) {
// test a;
}