Chris Dourisdigitalcreations.hashnode.dev·Mar 25, 2024Day 47/100 100 Days of CodeI was not able to progress much today. I kept working on the macOS Objective-C++ guide to find the assets in the .app file but had trouble getting the functions from the wrapper file. I tried to fix it but I was unable to do so. I decided to remove t...100 Days of CodeC++
Sanket Singhsanketsingh.hashnode.dev·Mar 11, 2024Understanding Build Systems with BazelTo fully appreciate the value of build systems in managing multi-file projects, let's explore a scenario that highlights the complexities of manual management versus using a build system. We'll use a simple Java project as an example to illustrate th...27 likes·686 readsbazel
Gowtham reddysivacodes.hashnode.dev·Dec 31, 2023Building static/dynamic C++ libraries with CMakeWhat Exactly is CMake? CMake, which stands for Cross-Platform Make, is an open-source build system and project configuration tool designed to manage the build process of software projects. It provides a unified, platform-independent way to specify ho...buildtools