New: low-levelAll contenthive-129948hive-196917krzzansteemhive-183959photographyhive-180932hive-166405hive-185836uncommonlablifehive-150122hive-183397hive-144064bitcoinhive-188619krsuccesshive-139150hive-101145hive-103599hive-124908hive-109690hive-180301hive-184714TrendingNewHotLikerslovelacec (31)in programming • 3 years agoIntroduction to Pointers in CIf you want to be proficient in the writing of code in the C programming language, you must have a thorough working knowledge of how to use pointers. Unfortunately, C pointers appear to represent a…lovelacec (31)in computer-science • 3 years agoOperating System Development from Scratch - Interrupts - Part 5Hello everybody, it’s me, Lovelace! In this post, you will learn what interrupts are, the Interrupt Vector Table and you'll also implement your own interrupts in Real Mode. Error Fixing I forgot…lovelacec (31)in operating-system • 3 years agoOperating System Development from Scratch – Real Mode – Part 3Hello Everybody, it’s me, Lovelace! In this post, we will talk a little about Real Mode. Real Mode In previous entries, I’ve explained that ‘Real Mode' is a compatibility mode that all modern…teamhumble (74)in steemhunt • 5 years ago4coder - A downloadable editor for Windows, macOS, and Linux4coder A downloadable editor for Windows, macOS, and Linux Screenshots View Image View Image Hunter's comment if you are a coder, especially in c++ this guy has not only…hydr4 (25)in programming • 7 years agoVisualizing Little Endian using C++I have been doing computer programming for around 8 years now and some of the topics I always brushed away included bit-level and low-level under-the-hood concepts that are often abstracted from the…