In this march's edition of the @cppafrica
virtual meetup, I got to speak about #cpp #Iterators and the underlying mechanisms behind them, more of the latter actually.
Video recording is now available on youtube. https://youtu.be/lgovePwPSrw

In this march's edition of the @cppafrica
virtual meetup, I got to speak about #cpp #Iterators and the underlying mechanisms behind them, more of the latter actually.
Video recording is now available on youtube. https://youtu.be/lgovePwPSrw

Pointer is not responding after logging in, freezed in the bottom right corner in Ubuntu 20.04.05 lts #pointers

When I boot from my installation flash drive and go with "try ubuntu" pointer is responding fine. I run in Asus Vivobook. I have power max 3 hours a day in between long shutdowns. I have ...
Windows ARM64 Internals: Deconstructing Pointer Authentication
https://www.preludesecurity.com/blog/windows-arm64-internals-deconstructing-pointer-authentication
#windows #arm #security #compilers #pointers #software #computing
Some years ago, I published this project on computing the #Mandelbrot set #fractal in the C #programming language using #pointers and POSIX #threads.
This project is for the JavaScript- or Python-obsessed, high-flying #IT practitioners. The goal is to introduce to the scripting language aficionados the systems programming concepts, specifically programming in a parallel and hardware-proximate manner, with a focus on mathematical computations. There is a comprehensive README, and the code is also fully commented.
Dynamic Array basics in C++
The standard Go toolchain comes with an assembler out of the box. Said assembler is highly idiosyncratic, using syntax inherited from Plan 9 and choosing its own names for platform-specific instructions and registers. But it's great to have it readily available. More mundanely, Go comes with a garbage collector. This post explains how to make these two components play nice, if we want to manipulate Go pointers from our assembly.