Ciprian

Results 2 issues of Ciprian

Hi! Quick question on this repository's licensing: if I'm interesting in making edits or using this codebase as a starting point for some of my own potential extension development, what's...

If I have a class Vector with member float x, ``` class Vector { public: float x; ... }; ``` And then later a class WideVector which inherits from Vector:...

enhancement