Skip to content

Instantly share code, notes, and snippets.

View veshboo's full-sized avatar
🎯
Focusing

Jaesup Kwak veshboo

🎯
Focusing
View GitHub Profile
@mfoliveira
mfoliveira / Fibonacci.cpp
Created May 5, 2011 20:07
Yield in C/C++ using Macros
#include "yield.h"
class Fibonacci {
protected:
/* Yield's internal */
void *YIELD_POINTER;
/* Fibonacci terms */