Search code examples
Why can I not access a public function of a base class with a pointer of a subClass?...


c++visual-c++

Read More
How to get keyboard name? (to visually distinguish keyboards in a specific language)...


c++visual-c++mfckeyboard-layout

Read More
Avoid unnecessary mov ecx, ecx instruction in bzhi(y, tzcnt(x))...


c++assemblyvisual-c++bit-manipulationcompiler-optimization

Read More
error: command 'C:\\ Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\...


c++visual-studiovisual-c++pip

Read More
MFC VC++: How to keep focus mark or selection mark when CListCtrl does not have focus...


visual-c++mfcclistctrl

Read More
"Always show selection" doesn't work on CListCtrl in list mode...


winapivisual-c++visual-studio-2013mfc

Read More
MSVC bug? - Returned inner lambda with non-init-capture of outer lambda's by-ref parameter cause...


c++visual-c++lambdac++17language-lawyer

Read More
What is the maximum enum flag value I can use here?...


visual-c++enumsflags

Read More
Unable to assigned a member function from a managed class (C++/CLI) to C++ unmanaged class...


c++visual-c++callbackc++-cli

Read More
Illegal call of non-static member function - C++...


c++c++11visual-c++

Read More
How to get data out of AVX registers?...


c++visual-c++avxfma

Read More
Comparison error with Visual Studio 16.11.27 in C++...


c++visual-studiooptimizationvisual-c++compilation

Read More
Can't reference .net 7.0 c# project in c++ dll with CLR support enabled for .net 7.0...


visual-studiovisual-c++msbuild.net-7.0

Read More
How to conditionally set compiler optimization for template headers...


c++templatesvisual-c++compiler-optimization

Read More
Is it safe to compile one source with SSE2 another with AVX architecture?...


visual-c++sseintrinsicsavx

Read More
Fixed-width integers in C++...


c++cvisual-c++typesportability

Read More
How to wrap a win32 WndProc into a C++ class?...


cwinapivisual-c++wrapperwndproc

Read More
windows c++ change windows DNS server with SetInterfaceDnsSettings/GetInterfaceDnsSettings?...


c++windowsvisual-studiowinapivisual-c++

Read More
Asio coroutines behaving poorly with rvalue parameters?...


c++visual-c++c++20boost-asioc++-coroutine

Read More
What is the meaning of symbol "vector deleting destructor" in VC++?...


visual-c++destructor

Read More
visual studio .vcxproj changes to generate exe...


c++visual-c++compilationvcxproj

Read More
guard_dispatch.asm not found...


c++visual-studiovisual-c++visual-studio-debugging

Read More
How can you Call a method from a diffrent Project, both in C++?...


c++visual-c++reference

Read More
Consequences, pros, cons using std::thread vs windows CreateThread...


c++windowsmultithreadingvisual-c++

Read More
Why does the correct implementation of std::addressof require compiler support?...


c++c++11gccvisual-c++llvm

Read More
Is the order of 'restrict's significant?...


c++visual-c++c++-amp

Read More
MSVC++ variadic macro expansion...


c++visual-c++c-preprocessorvariadic-macros

Read More
Finding "dead code" in a large C++ legacy application...


c++visual-c++legacy

Read More
Building a DLL independent of the MSVC runtime using Visual C++...


cwindowsvisual-studiovisual-c++dll

Read More
An unexpected behavior of strcpy_s in Visual Studio...


cvisual-c++

Read More
BackNext