Search code examples
Why is the __stdcall calling convention ignored in x64?...


c++visual-c++x86-64calling-convention

Read More
Is there a way in Visual C++ using WinAPI to get the file-path to the executable file of an open win...


visual-c++

Read More
Cython execution speed vs. MSVC and GCC versions...


pythongccvisual-c++cythoncompiler-optimization

Read More
Has the small object allocator found in "Modern C++ Design"/Loki been deprecated in favor ...


c++templatesvisual-c++boostc++-loki

Read More
Problem with the return type of Gtk4 function gtk_builder_new_from_string?...


c++visual-c++gtk

Read More
How to get a HWND handle out of a System.Windows.Forms.Form...


winformsvisual-studiovisual-c++handle

Read More
How do I get the "lost" bit from a bit shift?...


c++visual-c++bit-manipulation

Read More
libtcc unresolved external symbol errors...


visual-c++linker-errorstcc

Read More
Why does this simple code not consistently compile?...


c++visual-c++g++c++14clang++

Read More
Support for long paths using \\?\ prefix...


cwindowswinapivisual-c++mingw

Read More
i am getting error in this code snippet , i don't know why...


c++visual-c++compiler-errors

Read More
Get the current system volume in Windows 7...


c#windowsvisual-c++

Read More
when trying to run mysql shell 8 on windows 7 it throws api-ms-win-core-path-l1-1-0.dll missing...


windowsvisual-c++dllwindows-7windows-7-x64

Read More
MSVC: Why does use of enum without prior declaration compile?...


c++visual-c++enumslanguage-lawyerdeclaration

Read More
Detect build type (debug/release) in visual studio when using CMake...


visual-studiovisual-c++cmakec++17visual-studio-2019

Read More
Can I download the Visual C++ Command Line Compiler without Visual Studio?...


c++winapivisual-c++

Read More
Advantage of using LEA over MOV for passing parameters in Assembly compiled from C++...


c++assemblyvisual-c++x86-64micro-optimization

Read More
Ambiguous call to operator new[] when upgrading to C++ 20...


c++templatesvisual-c++c++20new-operator

Read More
catch(...) is not catching an exception, my program is still crashing...


c++visual-c++openglexceptioncrash

Read More
template specialization in C++ file...


c++templatesgccvisual-c++

Read More
Can I prevent the need to pass this into inherited function as a parameter?...


visual-c++mfc

Read More
Use another version of C++ in Premake...


c++visual-c++premakebuildconfiguration

Read More
ctime_r on MSVC...


c++visual-studio-2010visual-c++

Read More
Visual C++ program imports functions from the wrong MinGW-created DLLs...


cvisual-studiovisual-c++dllmingw

Read More
How to print int and char together from 2d array...


c++visual-c++

Read More
Using MrSID through vcpkg distribution of GDAL...


visual-c++gdalvcproj

Read More
Listen For Process Start and End...


c++winapivisual-c++

Read More
Why for loop doesn't work for 2D array with an overflow but still works for 1D array...


cgccvisual-c++compiler-errors

Read More
Problem deleting all sub-menu items correctly in CMFCMenuButton...


visual-c++menumfccmfcmenubutton

Read More
C->C++ Automatically cast void pointer into Type pointer in C++ in #define in case of type is not...


c++cvisual-c++castingvoid-pointers

Read More
BackNext