User profile: Ganado

User info
User name:Ganado
Bio:0, 0, 1, 0, 0, 1, 2, 2, 3, 2, 2, 1, 0, 0, 1, 0, ...
Statistical data
Occupation:Programmer
Skills:C++
C#
Python
C#/.NET
History
Joined:
Number of posts:6890
Latest posts:

Avoid redundant construction/destruction of vector elements
Riiight, I totally forgot that the vector would need to resize. Thanks. Still, I'm kinda bummed tha...

Avoid redundant construction/destruction of vector elements
I am wondering if I'm doing it right, with regard to which constructors I need to define to prevent ...

Why must base class be constructed before derived members?
I just made a benign, but similar initialization-order mistake and it reminded me to look into enabl...

Proposal for explict keyword for non constructor functions
I was actually referring to (what I have since looked up as) "Cpp2", which is compiled using a "CppF...

Proposal for explict keyword for non constructor functions
Also, using concepts implies using templates, no? And templates just make everything more verbose, l...