I create a little tool to check self contained headers and redundant #include in C++ codehttps://github.com/wqking/cpp-header-checker cpp-header-checker is a tool that can check C++ source...
Getting started using Catch2 in Visual Studio [quote]1- We've got an output, 720, without having <iostream> included! Any reason?[/quote] Maybe C...
Unit test and performance measurement For unit test, I really like CATCH2 and I use it in every my projects.
ANN: accessorpp -- open source C++ library for data binding and property[quote]What about the castings on line 16/18 in 'Customized getter/setter' and line 4 int 'Simple us...
ANN: accessorpp -- open source C++ library for data binding and property>> Is this casting for cout necessary? No, the casting is not necessary. I edited the sample code...
This user does not accept Private Messages