Search code examples
How to initialize static const member that is array of another class, and use it?...

c++arraysstatic-initializationdatamember

Read More
Is a pointer to string literal guaranteed to be initialized before a std::string?...

c++language-lawyerstatic-initialization

Read More
How to debug static initialization problems?...

c++gccstatic-initialization

Read More
C++ alternatives to Java static blocks...

javac++idiomsstatic-initialization

Read More
Why using parallel streams in static initializer leads to not stable deadlock...

javaconcurrencydeadlockjvm-hotspotstatic-initialization

Read More
Why starting thread from static initializer and awaiting its finishing leads to deadlock?...

javamultithreadingconcurrencydeadlockstatic-initialization

Read More
Static inline members initialization order...

c++c++17static-initialization

Read More
Constant initialization of dependent non-local constant float variables w/ static storage duration i...

c++c++11language-lawyerstatic-initialization

Read More
Static member initialization order within a single C# class...

c#staticstatic-initialization

Read More
How to safely work around BeforeFieldInit and static constructor cycles?...

c#.netdeadlockstatic-initializationstatic-constructor

Read More
C# How to create and initialize a static array of ValueTuples?...

c#arraystuplesstatic-initialization

Read More
Static array of static members: possibility of initialization order fiasco...

c++staticstatic-initialization

Read More
c++ string constant and static initialization order fiasco...

c++c++11static-initialization

Read More
Is final ill-defined?...

javafinalclass-variablesstatic-initialization

Read More
Calling function before main in static libraries...

c++visual-c++static-librariesstatic-initialization

Read More
Is it possible to ensure that a function is only called during the 'static initialization' s...

c++c++11static-initialization

Read More
Global variable initialization order...

c++global-variablesstatic-initialization

Read More
Why static initializer allow re-initialization of static variable in Java?...

javastaticstatic-initializationstatic-initializer

Read More
java static initialization with inheritance...

javainheritancestaticstatic-initialization

Read More
How can I initialize a class that was dynamically loaded with a custom class loader?...

javaclassloaderstatic-initialization

Read More
How to force gcc to link unreferenced, static C++ objects from a library...

c++linuxgccstatic-linkingstatic-initialization

Read More
Plain "C" static initializer macro with variable length tail....

cc-preprocessorstatic-initialization

Read More
Why do I get an NPE when a nested Enum references a parent static member in its constructor?...

javastatic-initializationinitialization-order

Read More
Error: redefinition of "a static variable" in C header files...

cvariablesstaticheader-filesstatic-initialization

Read More
Is it a good practice to use static initializers?...

javastatic-initializationstatic-initializer

Read More
At runtime, when is the std library completely initialized for it to be used without breaking the co...

c++gccstdlibcstatic-initialization

Read More
Thread-safe initialization of function-local static const objects...

c++concurrencymultithreadingstatic-initialization

Read More
std::atexit ordering when called from a global object's constructor...

c++language-lawyerstatic-initializationatexitinitialization-order

Read More
VC++6 thread safe static initialization...

c++multithreadingstatic-initialization

Read More
Android 6.0 (Marshmallow) static initialization exception on getDeclaredField() in svg-android libra...

javaandroid-6.0-marshmallowstatic-initialization

Read More
BackNext