Title / Description
Code class Dummy { public: //Constructor/Destructor Dummy() : m_bIsDummy(true) {} ~Dummy() {} bool bIsDummy() { return m_bIsDummy; } private: bool m_bIsDummy; public string test() { return "test"; } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code