Search code examples
constexpr specifier on std::vector doesn't work...


c++visual-studiovisual-c++c++20constexpr

Read More
Visual Studio C++ MFC Stack Trace with mostly just external stack frames - finding the cause...


visual-studiowinapivisual-c++mfc

Read More
Time offset calculation is off by one minute...


c++datetimevisual-c++timezone

Read More
MSVC bug? Template friend function cannot access private members despite template friend declaration...


c++templatesvisual-c++compiler-bug

Read More
How to make Visual Studio copy a DLL file to the output directory?...


visual-studiovisual-c++dll

Read More
C++: error LNK2019: unresolved external symbol __snprintf referenced in function...


c++visual-c++codeblocks

Read More
Fastest way to perform an atomic read in this *very* specific situation?...


c++visual-c++x86clangatomic

Read More
std::string treated as cv::String in opencv...


c++opencvvisual-c++namespacesvisual-studio-2019

Read More
Is Microsoft C++ Build Tools available as portable (without installation)...


visual-studiovisual-c++

Read More
With C++11, how can I generate a warning message in a manner that works in gcc, clang, and MSVC?...


c++c++11gccvisual-c++clang

Read More
how to start/stop windows services that have spaces in their names using c/c++...


visual-c++windows-services

Read More
Getting "instantiation resulted in unexecpted type" with MSVC...


c++visual-c++compiler-errorscudacompiler-bug

Read More
VC++ Internal Compiler Error...


visual-c++c1001

Read More
using sendmessage to send wm_close to another process...


c++windowsvisual-c++messaging

Read More
clang template matching cannot match pointer to method inherited from base class...


c++templatesvisual-c++clangtemplate-matching

Read More
Set VC++ Directories for all projects...


visual-studiovisual-c++

Read More
PE Loader with Relocation...


windowsvisual-c++portable-executable

Read More
How to link against msvcrt.dll instead of msvcr100.dll in VC++ 10.0?...


visual-c++

Read More
MinGW/GCC Delay Loaded DLL equivalent?...


c++visual-studiogccmingwvisual-c++

Read More
Setting the internal buffer used by a standard stream (pubsetbuf)...


c++visual-c++stream

Read More
atomic_load/atomic_store on std::shared_ptr in VC11 - why the global spinlock?...


c++visual-c++visual-studio-2012atomicshared-ptr

Read More
Write complex nested json using nlohmann...


c++visual-c++

Read More
Fix side-by-side configuration error in MFC application w/o installing VS Redistributables...


c++winapivisual-c++dllmfc

Read More
why is freopen() not working on Microsoft Visual Studio but working on CodeBlocks?...


c++visual-c++codeblocksfreopen

Read More
compile CPython extension written in Zig on Windows...


windowsvisual-c++cpythonzig

Read More
Redirect stdout and stderr to the output debug console of microsoft visual studio...


visual-studiovisual-c++mfc

Read More
How to call C++ function from C?...


c++cvisual-c++extern-c

Read More
Is gettimeofday() guaranteed to be of microsecond resolution?...


linuxwinapivisual-c++unixtimer

Read More
How to set the scroll bar for a listbox at runtime properly?...


winapivisual-c++listbox

Read More
Supporting dark mode for MFC dialog application (DwmSetWindowAttribute)...


winapivisual-c++mfcdialogdarkmode

Read More
BackNext