Skip to main content

2 posts tagged with "c"

View All Tags

My View: Rust, C++, Linux Kernel, Windows & 2022

· 3 min read

Rust is actually a better "systems programming language", helps developers to write safer code & has better compile-time warnings. BUT, here's my point...

Read More

C++'s <future>, making async C callbacks functions sync & enjoyable multi-threading

· 6 min read

I use <future> header very-very often in my C++ code everywhere at this point & wanted to share what's so cool in it.

Read More