General C++ Programming - March 2026

by Ganado
Why must base class be constructed before derived members?
 
I ran into this problem when trying to encapsulate behavior into an existing, rigid structure of a p...
[6 replies] Last: I just made a benign, but similar initialization-order mistake and it ... (by Ganado)
Proposal for explict keyword for non constructor functions
 
So we have the explicit specifier for constructors, would it be better if we could have explicit ...
[9 replies] Last: I have been a fan of cpp2, since Herb started it; I like the whole ide... (by TheIdeasMan)
by hmoein
Newest C++ DataFrame release with a bump in major release number.
 
Release 4.0.0 of C++ DataFrame (https://github.com/hosseinmoein/DataFrame) contains many new analyti...
[no replies]
by kitfox
Will my compiler automatically reuse the return value of this method?
 
I'm wondering if my compiler will be smart enough to realize that the determinant() of this matrix h...
[4 replies] Last: I wasn't being very clear, yes you put it in much better terms than I ... (by Ganado)
  Archived months: [feb2026]

This is an archived page. To post a new message, go to the current page.