List Question
20 TechQA 2014-12-13T17:53:44.777000Should I use {} or {0} to initialise an array/struct?
358 views
Asked by user10607
Can you use a braced-init-list as a (default) template argument?
707 views
Asked by 比尔盖子
assigning string literal vs array to char
460 views
Asked by user786
Selecting an overloaded function between two functions that both have a parameter of the type reference to an array
119 views
Asked by Vlad from Moscow
data that push back to 2D vector
87 views
Asked by SamLi
can use " int a = {0} " in C programe to init a array?
146 views
Asked by riverfan
Automatic generation of a brace-enclosed initializer list in C++ using language features (NOT pre-processor directives)
401 views
Asked by Chris Rajula
Error: "couldn't infer template argument '_Tp' " when passing in {} into
489 views
Asked by apluscs
How to create constructor for braced-init-list in c++ without standard library?
290 views
Asked by Andrey
Initialising a vector of structs containing function pointers gives "no viable overloaded '=' "
210 views
Asked by leGrill
Why does using parenthesis make a multi dimentional array behave like this?
76 views
Asked by fret
from '<brace-enclosed initializer list>' to X: understanding list initialization in constructors
135 views
Asked by glades
Is (multi-word type name){expression-list} legal?
133 views
Asked by Blackteahamburger
c++ how to count arrays within an array
275 views
Asked by AudioBubble
In-class initialization of vector with size
1.3k views
Asked by anton_rh
Perfect forwarding of a braced initializer to a constructor?
416 views
Asked by Ben
How to properly use brace enclosed initiator?
198 views
Asked by Matthew Cornelisse
What is the difference between char *exp="a+b" and char exp[]="a+b"? Are they stored the same way in memory or they differ?
131 views
Asked by Tanish Shah
Direct assignment of int array to pointer
217 views
Asked by viral_mutant
is `auto ua = unsigned int {};` legit C++?
123 views
Asked by Pascal T.