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:6892
Latest posts:

cppreference UI update
Hot take: The new cppreference web UI is worse because it removed the table cell separators. In my...

The Internet
Write to or contact your local representatives. For those in states that haven't been affected by th...

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...