You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Comprehensive Guide to Robust and Optimal Programming
In this repository, you will find code samples for each chapter of the book.
The book mentions the name of each file, which corresponds to the respective file in this repository.
It is recommended to use a linux operating system as we use Makefile extensively throughout this repository, however, you may use Windows (recommended to use zig cc/c++ as the C/C++ compiler respectively).
Required:
zig: v0.11.0
rustc: > v1.63
clang/gcc: v13.0.0/v11.4.0
g++: v11.4.0
make: v4.3
For ch09's cross-compilation you will need the following if you would like to target the Raspberry Pi 4: