Skip to content

Instantly share code, notes, and snippets.

View snbk97's full-sized avatar
👽

Sayan Bhowmik snbk97

👽
View GitHub Profile
@snbk97
snbk97 / gist:61bfe48eccbed0b02d24bef950f2a7f2
Created June 19, 2017 17:54 — forked from pazdera/gist:1098119
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,