Skip to content

Instantly share code, notes, and snippets.

View TravisZhang's full-sized avatar
🎯
Focusing

TravisZhang TravisZhang

🎯
Focusing
View GitHub Profile
@pazdera
pazdera / gist:1098119
Created July 21, 2011 20:25
Singleton example in C++
/*
* Example of a singleton design pattern.
* Copyright (C) 2011 Radek Pazdera
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,