Search code examples
What are the advantages of list initialization (using curly braces)?...


c++c++11syntaxinitializationlist-initialization

Read More
Python Declare variables iteratively...


pythonloopsvariablesinitializationiteration

Read More
Best way to initialize an (empty) array in PHP...


phparraysinitialization

Read More
How to define a variable in an __init__ function with a class method?...


pythonclassmethodsinitialization

Read More
Are delphi variables initialized with a value by default?...


delphivariablesinitialization

Read More
How to quickly initialise an associative table in Lua?...


luainitializationlua-table

Read More
Initializing a final variable in a method called from class constructor...


javaconstructorinitialization

Read More
How to decide which mode to use for 'kaiming_normal' initialization...


initializationpytorch

Read More
Initialize array of pointer to struct using compound literals without being verbose...


cinitializationcompound-literals

Read More
Initializing Base class and member using the same pointer without UB...


c++initializationc++20undefined-behaviorbase-class

Read More
Initializing multiple variables to the same value in Java...


javavariablesinitializationdeclaration

Read More
How to directly initialize a HashMap (in a literal way)?...


javadictionarycollectionsinitialization

Read More
How to determine if a C++ object is default-initialized or left uninitialized?...


c++initialization

Read More
Initializing a VBA string array...


arraysvbaoutlookinitialization

Read More
Why is a field not initialized when using a custom record copy constructor?...


c#constructorinitializationfieldrecord

Read More
Initializer list with the same designators but different initializers (values): does the C standard ...


cinitializationlanguage-lawyerdesignated-initializer

Read More
Switch constexpr member initialization depending on bool template parameter...


c++initializationconstexpr

Read More
Is use of uninitialized static object well-defined in C++?...


c++initializationundefined-behavior

Read More
Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?...


cinitializationlanguage-lawyervariadic-functionsc23

Read More
Understanding C# field initialization requirements...


c#initialization

Read More
Directly initialize std::array with a fixed count of elements from std::vector...


c++initializationstdvectorc++23stdarray

Read More
Why does overloading __new__ with singledispatchmethod not differentiate by type and always calls th...


pythoninitializationoverloadingfunctoolssingle-dispatch

Read More
Is there a way to initialize a SortedMap<Integer, String> with values already included in Java...


javadata-structuresjava-8initializationsortedmap

Read More
What's the C++ idiom equivalent to the Java static block?...


javac++initializationequivalentstatic-block

Read More
Is initialization an assignment expression?...


cinitializationexpressiondeclaration

Read More
Unity - GetComponentsInChildren<T>() return order...


c#unity-game-engineinitialization

Read More
Java: "Local variable may not have been initialized" not intelligent enough?...


javavariablescompiler-errorslocalinitialization

Read More
What should happen when printing an uninitialized variable?...


c++initializationundefined-behavior

Read More
Array concatenation in C#...


c#arraysinitializationconcatenationarray-initialization

Read More
How to know if init operation of empty data structure costs us O(1) or more? (on general)...


data-structuresinitializationtime-complexityinit

Read More
BackNext