You just spent a year or two leading this project. As a pure open-source, project it is a success. Lots of forks and a lot of stars. Now is the time to sell the baby.
C++ programing language
The purpose of this post is to show and explain a bit more about practical usage of C++ “lambda power”. This time in developing a light, fully functional, fast, and hopefully not that often seen, matrix creation utility. Functional programming style.
GitHub gist is here. The previous post with another very interesting matrix variation is here.
You are a software developer. You are first-time reading two header files of two phone book components. Your task is to select one, make your company pay for that one you just selected, and then ask everyone to use the one. Continue reading
std::apply is used to Invoke a Callable object with a tuple of arguments.
Somehow that statement left me wanting for more. That is one very corralling definition. Continue reading
C++ is hard. But, you are advancing. Things are becoming clearer and clearer.
By now, you feel confident enough to tackle head-on, even the c++ meta-programming, perhaps? Compile-time shenanigans and the rest? Continue reading