Skip to main content
Dmitry Katkevich's user avatar
Dmitry Katkevich's user avatar
Dmitry Katkevich's user avatar
Dmitry Katkevich
  • Member for 9 years, 11 months
  • Last seen this week
15 votes
1 answer
1k views

Cannot initialize std::variant with various lambda expressions

12 votes
2 answers
2k views

Call "main" function programmatically in Windows

5 votes
2 answers
740 views

Lambda's "this" capture returns garbage

4 votes
1 answer
2k views

C++11 extern templates: where do we actually need them?

4 votes
0 answers
1k views

C++ template explicit instantiation declarations: best practices

4 votes
2 answers
789 views

C++: get native dll dependencies without loading it in process

4 votes
1 answer
166 views

CMake looks for `std.cppm` in wrong directory when using `import std`

3 votes
1 answer
2k views

cpprestsdk: handle chunked response

3 votes
1 answer
222 views

C++ keys-value container with variable keys count

2 votes
3 answers
6k views

How precompiled headers actually works

2 votes
1 answer
2k views

Create folder or open it if exists using EWS Managed API

2 votes
1 answer
131 views

Difference between array<T> and array<T^> where T is ValueType

2 votes
1 answer
4k views

Visual C++ __forceinline strange behavior

2 votes
1 answer
2k views

Set hook on LoadLibrary which was called from DllMain of hooked delayed-dll

2 votes
2 answers
956 views

copy-list-initialization of std::map with std::variant as mapped_type

1 vote
1 answer
2k views

HEVC video cutting issues using FFmpeg

1 vote
1 answer
575 views

Make some API unavailable starting from particular iOS version in Objective-C

1 vote
2 answers
1k views

TPL Dataflow: process messages from two incoming blocks sequentially

0 votes
1 answer
574 views

Intel TBB computational graph: how to specify input queue capacity of the node

0 votes
1 answer
105 views

C++: inherit from both base class and multiple interfaces with common base interface

0 votes
0 answers
248 views

Modified Nuget package restore issue

0 votes
1 answer
526 views

Specialization of templates with constraints in C++

0 votes
3 answers
2k views

Shared ownership of IDisposable objects in C#

0 votes
1 answer
2k views

Fill in DLL import table manually: IMAGE_IMPORT_DESCRIPTOR's Name field stores 0x0000FFFF

0 votes
1 answer
50 views

iOS: change notification settings from 'Never Requested' to 'Denied' programmatically

0 votes
1 answer
73 views

Compare templates itselves and not instantiated template-types

0 votes
1 answer
169 views

QML component isn't displayed if it was created programmatically from C++