Blog / Topic / c++

The Occasional Exposition

We got posts on posts on posts...

Finding the Best Programming Language (for Me)

What's the best language for... c/c++ interop, compile time, enjoyment, metaprogramming, performance, standard library, and shenanigans in general?

Hello, Rust, My Old Friend

I've tried Rust out a handful of times, but could never stick with it - here's hoping the 5th time's a charm...

Android JUnit Testing for Native Libraries

UnsatisfiedLinkError - the most recent bane of my Android existence. Native libraries can definitely be tested with JUnit, and I'm going to describe how.

Bluetooth... Bluetooths... Blueteeth?

A blog explaining some of my reasoning for wanting to write an Android library to help with Bluetooth communication - unsurprisingly called... Blueteeth!

BGScript Random Number Generator

This is my implementation of a pseudo-random number generator in BGScript for the BLE112, BLE113, or BLE121LR modules - BGScript does not have RNGs

Android NDK in Android Studio with SWIG

This post focuses on using C++ inside of Android applications with automatic SWIG wrapper generation and the Android NDK - all inside of Android Studio.

Cross-Platform Mobile Logging Macro

For regular Windows, Linux, and Mac development - finding a C++ logging tool is pretty easy. The same can't be said about mobile development.

Invensense IMUs - What to Know

I've spent a lot of time working with Invensense IMUs and found some very interesting quirks. I've written about them and their workarounds in this post.