User: Gladdok

  • Public profile

User profile: Gladdok

User info
User name:Gladdok
History
Joined:
Number of posts:66
Latest posts:

A dynamic 'vector' container that cannot be resized
Is there a container like std::vector that is guaranteed not to be resized or re-allocated? I would ...

Specializing boost::unordered_set to handle 'unordered' pairs
I needed a hash-container to take advantage of constant-time searches so I came to unordered_set. Un...

Brace-enclosed initializer list not possible with derived types?
Ok thanks for clearing that up. How about when you are creating a temporary variable (maybe it's an...

Brace-enclosed initializer list not possible with derived types?
Okay, so basically not without explicitly defining constructors. The reason I started using initiali...

Brace-enclosed initializer list not possible with derived types?
I just started to use initializer lists in my code. Correct me if I'm wrong but it seems not allo...

This user does not accept Private Messages