shaneasd

Results 7 issues of shaneasd

[C.82: Don’t call virtual functions in constructors and destructors](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c82-dont-call-virtual-functions-in-constructors-and-destructors) Just to be clear up front. I understand that virtual dispatch in a constructor is not a valid "alternative" because it...

The text "Note that using a reference member is almost always wrong" appears in the exception text for http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#define-copy-move-and-destroy-consistently in appendix C. As far as I can see there is...

I was playing around with the prototype compiler on godbolt and ran into a frustrating problem. When I'm programming (particularly when experimenting admittedly) if I type ```in``` there is an...

I couldn't find anywhere in the paper (apologies if it's because I didn't look hard enough rather than because it's not there) that talks about the type of a function...

I'm at the point where I'd like some feedback on this (incomplete) solution to https://trac.cppcheck.net/ticket/9960 In a nutshell, the problem is that cppcheck sometimes does a poor job of distinguishing...

**Channel** C++Weekly **Topics** value initialization aggregate initialization zero initialization **Length** Should this be bite-sized (5-10 minutes) or more long form (10-20 minutes)? Unsure. I was 99% confident that if I...

episode idea
C++ Weekly

### Library and Version PhysX 5.2.1 PhysX 4.1.2 NOT: PhysX 3.3.4 ### Operating System Windows 10 ### Steps to Trigger Behavior 1. Use PxD6JointCreate to construct a new D6 joint...