SDStephen Dankyiinstephendankyi.hashnode.dev·Jul 15, 2023 · 3 min readSetting up VSCode for Windows C/C++ developmentThere has been an eternal debate over which IDE is the best for software development. But over the years, my stance on this issue has just been one. The best IDE is the one that helps to get the job done. I mostly use Microsoft Visual Studio for soft...00
SDStephen Dankyiinstephendankyi.hashnode.dev·Jul 14, 2023 · 10 min readMaking Your C++ Functions More GenericAs a developer, one of the principles that are hammered into your mind when you start out is DRY which means Do not Repeat Yourself, and it means exactly what it says… don’t repeat code. The idea is that if you find yourself writing the same lines of...00