by zzzhhh
Why is const gone in the return type?
|
|
[5 replies] Last: @Peter87: Thank you for referring me to the relevant Standard. I think... (by zzzhhh)
|
by bkelly13
Convert binary to base 58
|
|
[10 replies] Last: I get the same result on those 2 sites (dcode only accepts decimal inp... (by DizzyDon)
|
by Ch1156
Best way to modify a variable in a class (1,2,3,4)
|
|
[63 replies] Last: I suggest you look into OOP class design using UML etc. This will give... (by seeplus)
|
by learner999
Finding minimum element of a tuple on the basis of first element
|
|
[5 replies] Last: I have a tuple like this : data=[ ( 23, a, 3.78, d), ( 11, x, 5.8, w)... (by seeplus)
|
by zzzhhh
Which ctor of std::unique_ptr is used, when there is a user-defined deleter which is a function?
|
|
[1 reply] : The code calls constructor 3 or 4. When the cppreference page writes ... (by Peter87)
|
by Brian845
txt file to vector giving wrong values
|
|
[11 replies] Last: There's a good (and free) set of C++ tutorials and lessons available o... (by deleted account xyzzy)
|
by zzzhhh
Why can't assign an overloaded function to std::function?
|
|
[1 reply] : There is a constructor template and a class template in play here, and... (by mbozzi)
|