Skip to content

Instantly share code, notes, and snippets.

View cuttlebit's full-sized avatar

Tony Wu cuttlebit

  • Flooffle Labs
  • Sydney
View GitHub Profile
@cuttlebit
cuttlebit / throbber.cpp
Last active August 29, 2015 14:11 — forked from carneeki/throbber.cpp
Windows version of carneeki's throb...
#include <iostream>
#include <windows.h>
#define SLEEP 100 // 100 millis
using namespace std;
void throb(char in)
{
cout << "\b" << in;