Skip to main content
Sean Middleditch's user avatar
Sean Middleditch's user avatar
Sean Middleditch's user avatar
Sean Middleditch
  • Member for 14 years, 9 months
  • Last seen more than 3 years ago
69 votes
Accepted

How is Meyers' implementation of a Singleton actually a Singleton

32 votes

A destructor is usually not called explicitly. Why would one want to do that anyway?

13 votes
Accepted

c++ unordered_map collision handling , resize and rehash

10 votes

The new syntax "= default" in C++11

10 votes

When to use a union and when to use a structure

7 votes
Accepted

CLang libc, libc++ on Windows with debugging symbols compatible with Visual Studio

6 votes

Comparing types in C++

4 votes

What are the benefits and risks, if any, of using std::move with std::shared_ptr

4 votes
Accepted

How can i print this 2d array?

3 votes
Accepted

Concatenation of String and int types (on declaration!)

3 votes
Accepted

Can I mix data types in buffers in OpenGL (C++)?

2 votes

How fast is it to change the texture filters in OpenGL at runtime?

2 votes

Object Initialization: Init method or stream operator?

2 votes

Is there a better way in C++11 to construct classes on the stack

2 votes

Is it possible to determine how much space is available on the stack?

2 votes

How can I pass a lambda (c++11) into a templated function?

2 votes
Accepted

Compiler optimization Duplicate Classes

1 vote
Accepted

visual studio 2010 user macros property sheet

1 vote

Classes that don't throw but depend on libraries that do

1 vote

Possible to have separate "namespace" in one file?

1 vote

An indexed set (for efficient removal in a vector)

1 vote

Move a string in vs2012

1 vote
Accepted

API Design Flaw with Factory Pattern

1 vote
Accepted

List of assorted classes in C#

1 vote

Are there any rules of thumb when `virtual` is a considerable overhead?

0 votes

Custom `assert` macro that supports commas and error message

0 votes

C++ Dynamic Library Compiling/Linking