Templates and Split Source code
Reading Time: 2 minutes So you’ve decided to code something and you think templates are better suited for it since it’ll make it more generic. Let’s […]
Reading Time: 2 minutes So you’ve decided to code something and you think templates are better suited for it since it’ll make it more generic. Let’s […]
Reading Time: 2 minutes You might’ve used std::shared_ptr or std::unique_ptr earlier or at least might have heard about them. So what are these let’s have a […]
Reading Time: < 1 minute You might’ve seen things like int &&ref but in case you’re wondering what ref is, it’s a rvalue reference. To put in […]
Reading Time: 2 minutes CMake is a useful tool for auto generating Makefiles for your project. Not only that you can also create extensions which look […]
Reading Time: < 1 minute Recently I was trying to make a Yocto image by including a project which is using git-lfs and also contains a lot […]