This post mainly concerns itself with the problem of functions accepting a variable number of parameters. There's a catch though!

printf - A speculative implementation

Topics: cpp ,mips

This post mainly concerns itself with the problem of functions accepting a variable number of parameters. There's a catch though!

In this post, I implement the non-variadic version of `printf` with a pre-preprocessor.

printf - A speculative implementation (part 2)

Topics: cpp

In this post, I implement the non-variadic version of `printf` with a pre-preprocessor.

This post discusses about how inheritance and interface are two entirely different mechanism, how Trait in Rust is an implementation of the interface abstraction & how Trait object is implemented

Trait implementation in Rust & how inheritance differs from interfaces

Topics: rust ,trait

This post discusses about how inheritance and interface are two entirely different mechanism, how Trait in Rust is an implementation of the interface abstraction & how Trait object is implemented