Skip to content

Instantly share code, notes, and snippets.

View gloryming's full-sized avatar

Yiming Guo gloryming

  • NetEase
  • Guangzhou, Guangdong, China
View GitHub Profile
@kizzx2
kizzx2 / fun.cpp
Created January 11, 2012 14:29
Illustrative C++ Lua binding example/tutorial
// fun.cpp
extern "C"
{
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
}
#include <iostream>