Category: programming languages
Time to Say Goodbye to PHP 7.4 — My Blogs Are Finally Getting an Upgrade After Years on PHP 7.4, It’s Finally Time to Upgrade to 8.x PHP 7.4 …
TLDR; I’ve now 27 servers, and some are low-cost or even free. For example, oracle gives you 2 free VMs, and I run a raspberry pi 4b home. I …
What Is dynamic_cast in C++? Purpose Safely convert between polymorphic types at runtime Commonly used to downcast from a base class to a derived class Performs a runtime type …
What is restrict in C? The restrict keyword was introduced in C99 as a type qualifier for pointers. It tells the compiler that the pointer is the only means …
It is said that the next ten years will be the era of Robotics with AI (Artificial Intelligence). “ROS – Robot Operating System The Robot Operating System (ROS) is …