Variadic Templates
Reading Time: 2 minutes Variadic templates are nice where in you can actually let the compiler generate or instantiate the functions which would be used. Consider […]
Reading Time: 2 minutes Variadic templates are nice where in you can actually let the compiler generate or instantiate the functions which would be used. Consider […]
Reading Time: 3 minutes Rust is nice to learn, although the learning curve is quite a steep. Let’s start here with some basics on cargo and […]
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 […]
Reading Time: 2 minutes Task 2 Design a form for the Patient Satisfaction Survey for a particular hospital having the following fields: Patient’s Name Patient’s File […]