by Ganado
I was surprised by subobject references
|
|
[2 replies] Last: I find it helpful to think of a reference as a synonym for another var... (by dhayden)
|
by phone98
Came back after 7 years to learn C++ and Software Development Patterns.
|
|
[18 replies] Last: What's the point of writing that down in a concept? Consider leaving ... (by seeplus)
|
by AndreyKarpov
The collection of terrible tips for C++ developers
|
|
[2 replies] Last: I honestly think nowadays PCHs aren't really worth it. With modern hig... (by helios)
|
This looks interesting |
|
[1 reply] : Well, the entry is not overly promising: static unique_ptr<ICompressi... (by coder777)
|
by frek
C++ programming group on Telegram
|
|
[no replies]
|
by SilentXwing
Designing a Role-Based Access Control (RBAC)
|
|
[4 replies] Last: An example of implementing a system on Windows using Azure or other pl... (by deleted account xyzzy)
|
by JUANDENT
what is the difference between returning auto vrs returning decltype(auto)?
|
|
[5 replies] Last: Sorry helios but I never quite understood it.... I apologize. Thanks P... (by JUANDENT)
|
by frek
Implement or get special member functions defaulted
|
|
[2 replies] Last: If the class holds at least one pointer variable then you'll probably ... (by seeplus)
|
by Atom1
Add a managed .net dll to a cpp dll project (1,2)
|
|
[37 replies] Last: You would want to use "Unicode" (i.e. UTF-16, little endian), because ... (by kigar64551)
|
by Atom1
C++ to call managed .Net dll
|
|
[2 replies] Last: Neither this WRAPPERLIBRARY_API wchart_t __stdcall MySayHelloWrapper(v... (by Atom1)
|
by frek
defaulted member function
|
|
[8 replies] Last: I have all 5 of the eBooks seeplus mentions and they are worth the eff... (by deleted account xyzzy)
|
by jpweldon
Correct order of FOR loops, given order of data in external files
|
|
[4 replies] Last: The OP just PMed me and whined that he didn't like my feedback. Tough... (by deleted account xyzzy)
|
by JUANDENT
How to interpret Catch2 output when calculating a BENCHMARK?
|
|
[1 reply] : [quote=JUANDENT]why is the mean value so different from the estimated ... (by Peter87)
|