[initializer_list] Problem with using initializer_list as function parameterThanks. According to every tutorial, I see that code has no error. Unfortunately, it doesn't work f...
[initializer_list] Problem with using initializer_list as function parameter[code] #include <iostream> #include <initializer_list> using namespace std; void doSomething(std::i...
Size of std::forward_listI'm reading The C++ Standard Library (2nd Edition) (Nicolai M. Josuttis). Arcording to the book con...
Can't convert 3 doubles from a string using stod()[b]stod()[/b] function returns the first double number contained in [b]str[/b], and the variable [b]...
[Help rvalue][quote]The effect of line (1) is what LB said.[/quote] Thank you! :)
This user does not accept Private Messages