List Question
20 TechQA 2023-05-15T15:11:09.007000Zero initialization using the best and easy solution
330 views
Asked by Caty
C nested struct initialization - what is initialized?
130 views
Asked by Harry
c++11 - zero-initi of members insted of default-init
95 views
Asked by Anton Tretyakov
the difference of automatic and dynamic variables rules in zero initialization
381 views
Asked by tocky
Does C++ standard guarantee the initialization of padding bytes to zero for non-static aggregate objects?
2k views
Asked by Shriram V
how to initialize muti-dimension C++ std arrays including zero initialization?
356 views
Asked by Eric L
C automatically appending null character to a string?
346 views
Asked by Shawn Kim
Why does the first element outside of a defined array default to zero?
6.7k views
Asked by ciaranc
Initializing an Array in C++ : the fastest way?
1.3k views
Asked by Dasha
What is in the PTE address field for an anonymously zero-fill-on-demand mapped page?
683 views
Asked by Amittai Aviram
Safely initializing a std::array of bools
1.2k views
Asked by anastaciu
Reset directly the content of a struct
259 views
Asked by Victor
Why does some Windows booloader code zero registers with `sub` instead of `xor`?
166 views
Asked by MichaelK
Is a C-struct zero-initialized empty braces in C++?
339 views
Asked by towi
Why doesn't initializing a C++ struct to `= {0}` set all of its members to 0?
6.5k views
Asked by Gabriel Staples
is there something wrong with my basic zero initialization code?
87 views
Asked by Kristina Sokolov
Overly eager C++ union zero-initialization with constexpr
228 views
Asked by Michael Steffens