How to, TipsAndTricks

How to deal with several gcc version on your machine

I'm Xavier Jouvenot and in this small post, we are going to see how to deal with several gcc version on your machine. Self promotion: You can find other articles on my website 😉 Problematic When working on several projects, or even on one project, you may need to use different versions of a same… Lire la suite How to deal with several gcc version on your machine

How to

How to update the same line in the Terminal

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to update the same line in the Terminal. Self promotion: You can find other articles on my website 😉 Problematic When displaying information in the terminal with your program, you can easily end up spamming it with so much… Lire la suite How to update the same line in the Terminal

Android Studio, How to

How to factorize layer code in Android development

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to factorize layer code in Android development. Self promotion: You can find other articles on my website 😉 Problematic When developing an application, you may have some Activities, looking a lot alike, and this can, and will lead to… Lire la suite How to factorize layer code in Android development

Android Studio, How to

How to open a new Activity in a Android App

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to open a new Activity in a Android App. Self promotion: You can find other articles on my website 😉 Problematic An activity is a single, focused thing that the user can do. This quote from the Activity class… Lire la suite How to open a new Activity in a Android App

How to, Open Source

How to easily and quickly read/play an audio file in C++

Hello! I'm Xavier Jouvenot and in this small post, we are going to see how to easily and quickly read/play an audio file in C++. Self promotion: You can find other articles on my website 😉 Problematic In C++, there are sadly some operations that require a lot of boilerplate code to do some simple… Lire la suite How to easily and quickly read/play an audio file in C++

How to

How to configure some optional steps in Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to configure some optional steps in Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating a CI/CD pipeline, you may want to trigger some scripts only if some conditions are met. Indeed,… Lire la suite How to configure some optional steps in Azure Pipelines

How to, Open Source, Programming

How to fix undefined _futimens symbol in LLVM on OSX

Hello ! I'm Xavier Jouvenot and in this blog post, we are going to see how to correctly fix an error with undefined "_futimens" symbol in LLVM on OSX. Self promotion: You can find other articles on my website Problematic When integrating the latest version of LLVM with your OSX project, you may have encountered… Lire la suite How to fix undefined _futimens symbol in LLVM on OSX

Code Craft

How to deal with errors ? – When your program face the hard reality of the world !

Hi dear reader, I'm Xavier Jouvenot and this is the sixth article about Code Craft, by Pete Goodliffe. If you want, you can look at the previous article about 'How to write comments', and you can find book here. Why should I even care about errors ? For a lot of programmers, as long as… Lire la suite How to deal with errors ? – When your program face the hard reality of the world !

How to

How to correctly create a CMake function with proper arguments

I'm Xavier Jouvenot and in this small post, we are going to see how to correctly create a CMake function with proper arguments. Self promotion: You can find other articles on my website 😉 Problematic In CMake, like in many other languages, it is possible to create and use functions. Unlike in other languages, the… Lire la suite How to correctly create a CMake function with proper arguments

How to, Open Source, TipsAndTricks

How to create a multi-platform job on Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to create a multi-platform job on Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When setting up your continuous integration and delivery environments on Azure Pipelines, or on any CI/CD system, you may… Lire la suite How to create a multi-platform job on Azure Pipelines