how to return 2d array?don't return 2D array, instead pass it as a reference to function parameter.
How to add a project in one solution as a reference to another project in another solution?Referencing a project from another solution is not possible. Instead you need to specify: 1. librar...
Building project from github vcpkg is used with Visual Studio. step 1: install all deps with correct versions mentioned in the r...
Force implicit conversion of a string literal in templated class?Awesome, thanks a bunch! Since which cpp version is this syntax introduced?
Building project from github When ever there is issue with CMAKE builds I resort to either of the 2 solutions: 1. Manually creat...