Blog

15 Articles
26 Tags
Updated Weekly

Articles about system engineering, reverse engineering, and more

As a JavaScript developer, you are probably familiar with the const keyword used to declare variables whose value cannot be changed. However, diving into C++ programming, you may notice some differences in how const works compared to JavaScript. In this post, we'll explore the nuances of const in C++ and how it differs from const in JavaScript.