Search code examples
Static build of GMP for MSVC (Windows)...

cwindowsvisual-c++buildgmp

Read More
What is the point of `static char THIS_FILE[] = __FILE__;`?...

visual-c++memory-leaksmfcvisual-studio-debuggingmemory-leak-detector

Read More
Recent MSVC versions don't treat NAN as constant, workaround?...

cvisual-c++c99

Read More
Data member offset in C++...

c++visual-c++

Read More
Why do I get _CrtIsValidHeapPointer(block) and/or is_block_type_valid(header->_block_use) asserti...

c++cdebuggingvisual-c++

Read More
Compiler used by Visual Studio for C++?...

c++visual-c++

Read More
Do compilers remove unused functions, definitions, variables, macros, includes, etc.?...

c++gccvisual-c++compiler-optimization

Read More
vc++ 2010 add compiler switch...

winapivisual-c++static-libraries

Read More
Compiler Robustness ... Naivete...

c++c++11visual-c++visual-studio-2012

Read More
How do I find out where the compiler spends its time?...

c++visual-c++profilingbuild-time

Read More
compiler and endians...

c++visual-c++endianness

Read More
How do I set the path to a DLL file in Visual Studio?...

visual-studiovisual-c++dll

Read More
How is WinForms programming in Visual C++/C# different from Windows programming in Visual C++(MFC)...

c#visual-c++mfc

Read More
Are boolean variables typically implemented as single bits?...

c++gccvisual-c++

Read More
CUDA compatibility with Visual Studio 2022 version 17.10...

visual-c++cuda

Read More
CreateProcess lpCommand buffer size...

c++winapivisual-c++

Read More
C++ an VS error: <experimental/filesystem> header providing std::experimental::filesystem is d...

c++visual-studiovisual-c++

Read More
Exporting functions from a DLL with dllexport...

winapivisual-c++dllname-decoration

Read More
asctime - day of month zero or space padded?...

cvisual-c++language-lawyermsvcrttime.h

Read More
VC++ : How to prevent esc from closing a dialog box (not mfc)...

c++windowsvisual-c++dialog

Read More
_asm swap and compiler additions...

c++assemblyvisual-c++x86disassembly

Read More
Where to find the VisualC++ x64 command-line compiler?...

winapivisual-c++64-bit

Read More
C++ VS2010 Compiler doesn't use 'push' for a simple function call...

c++assemblyvisual-c++x86-64calling-convention

Read More
Run C++ Code Online?...

c++visual-c++

Read More
Why is INVALID_HANDLE_VALUE defined via double cast?...

c++cwindowswinapivisual-c++

Read More
How to generate an import library (LIB-file) from a DLL?...

windowsvisual-c++dll

Read More
Where is the C compiler located on disk for Visual C++ 2008 Express?...

cwindowsvisual-c++

Read More
MFC : How to add tooltip in Cmenu items?...

mfcvisual-c++tooltipcmenu

Read More
GetModuleHandle(NULL) vs hInstance...

c++winapivisual-c++

Read More
What causes a TU to be included in compilation?...

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

Read More
BackNext