Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

static-order-fiasco

Finding C++ static initialization order problems

February 23, 2023 by Tarik

Solving order of initialization: First off, this is just a temporary work-around because you have global variables that you are trying to get rid of but just have not had time yet (you are going to get rid of them eventually aren’t you? 🙂 class A { public: // Get the global instance abc static … Read more

Categories c++ Tags c++, initialization, static-order-fiasco Leave a comment

C++ static initialization order

February 10, 2023 by Tarik

You have answered your own question. Static initialization order is undefined, and the most elegant way around it (while still doing static initialization i.e. not refactoring it away completely) is to wrap the initialization in a function. Read the C++ FAQ items starting from https://isocpp.org/wiki/faq/ctors#static-init-order

Categories c++ Tags c++, initialization-order, static-order-fiasco, static-variables Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa