RRM Programming

  • Home
  • Articles
  • Projects
    • Bipedal Walking Genetic Algorithm
    • Easy_GA
    • Spark Engine
    • Beast Brawl
    • Shinobu
    • The Shadow Overtakes You
    • Twitch Loot Auto-Clicker
  • CV

Article

Article

The reason you should test your personal projects

Small critique in nowaday testing in software development.

By RubenRubioM, 6 months6 months ago
Article Rust

Memory alignment and layout in Rust

Explanation of how to implement different memory layouts in Rust programming language

By RubenRubioM, 7 months7 months ago
Article C++

Custom conversions in C++

Article discussing implicit vs explicit conversion and defining your own conversions in c++

By RubenRubioM, 1 year1 year ago
Article C++

ADL (Argument-dependent lookup) explained

ADL work is to set a couple of rules to lookup for functions based on their namespaces parameters provided, e.g:

By RubenRubioM, 1 year1 year ago
Article C++

return false vs return true

Introduction You might think that this is a stupid debate, and maybe you are right but let me take a moment to explain to you if we should care whether to return true or false. True and false are the basis in computer programming and traditional logic. The binary system Read more…

By RubenRubioM, 1 year1 year ago
Article C++

What happens with std::vector<bool>?

If you know a bit of modern C++ you will have use the std::vector<T> container a lot of times without even wondering what type you specify to instantiate the container. This is fine for every case except for on specific one, std::vector<bool>. If you go to the std::vector specification you Read more…

By RubenRubioM, 2 years2 years ago
Recent Posts
  • EasyGA 1.2.0 is out!
  • The reason you should test your personal projects
  • Memory alignment and layout in Rust
  • Easy_GA 1.1.0 is out!
  • Easy_GA
  • About me
  • All C++ keywords explained!
  • All C++ keywords explained! – Part 1
  • All C++ keywords explained! – Part 2
  • All C++ keywords explained! – Part 3
  • Articles
  • CV
  • Projects
Hestia | Developed by ThemeIsle