Articles tagged with cpp

  1. What is LLVM?

    Posted on in programming

    LLVM, which stands for "Low Level Virtual Machine," is an open-source compiler infrastructure project designed to facilitate the development of compilers, code analysis tools, and runtime libraries. It provides a set of modular and reusable compiler and toolchain components that make it easier to build and optimize compilers for various …

  2. Bazel: A powerful build system for C++

    Posted on in programming

    Bazel is a build system that allows you to build software projects quickly and reliably. It is a popular choice for building C++ projects, as it offers a number of features that are well-suited for this language, such as:

    • Fast incremental builds: Bazel only rebuilds the parts of your project …
  3. I Want to Learn a New Programming Language

    Posted on in programming

    That's great! Learning a new programming language can be a great way to expand your skills and knowledge as a software engineer. There are many different programming languages to choose from, so it's important to consider your interests and goals when making a decision.

    Here are a few factors to …

  4. What is the most popular build system for C++?

    Posted on in programming

    When you are developing a C++ project, you need to choose a build system. A build system is a tool that automates the process of compiling, linking, and testing your code. There are many different build systems available, but some are more popular than others.

    In this blog post, we …

Slaptijack's Koding Kraken