Search code examples
Why exactly not treat all warnings as errors when there're no warnings in third party code?...

c++visual-c++language-agnosticcompiler-warnings

Read More
What do warnings C4247 and C4248 mean and why were they removed from Visual C++ 2005?...

c++visual-c++compiler-warnings

Read More
MSVC compiler disassembly code from if/else statement...

c++visual-c++disassembly

Read More
How do I add a namespace when creating a new c++ class?...

visual-studiovisual-c++namespaces

Read More
Port / Recode really big and old C++Builder code to Qt or CLI/Mono...

c++visual-c++c++builder-6

Read More
VC compiler version for php extensions creation...

phpcvisual-c++

Read More
which size of struct member alignment in VC bring performance benefit?...

c++visual-c++x86alignmentmemory-alignment

Read More
Why would a C++ program allocate more memory for local variables than it would need in the worst cas...

c++visual-c++memory-managementstack-overflow

Read More
How to install Visual C++ Build tools?...

visual-c++visual-studio-2015installation

Read More
Visual C++ equivalent of GCC's __attribute__ ((__packed__))...

c++gccdata-structuresvisual-c++compiler-extension

Read More
std::vector<bool>::reference with std::exchange...

gccvisual-c++stlclangc++14

Read More
Is accessing volatile local variables not accessed from outside the function observable behavior in ...

c++visual-c++compiler-optimizationvolatile

Read More
Using Visual C++ with a different C++ compiler?...

c++visual-studiovisual-c++

Read More
Using random_device in Visual Studio 2022 throws the error "attempting to reference a deleted f...

c++randomvisual-c++

Read More
visual studio cl.exe link .lib files by path...

c++windowsvisual-studiovisual-c++cl.exe

Read More
visual c++ 2008 express...

cvisual-c++

Read More
Is this a bug in MS CL's global optimization (/Og)?...

optimizationvisual-c++

Read More
How do I port code that contains #pragma optimize( "a" ) from VC++7 to VC++9?...

c++visual-studiovisual-c++pragma

Read More
How to hint to Visual C++ compiler optimizer that a specific branch of an if-statement is unlikely t...

c++optimizationvisual-c++compiler-optimization

Read More
Why would a C++ compiler only eliminate useless writes if there's no code after those writes?...

c++optimizationvisual-c++compiler-optimization

Read More
Why is C4265 Visual C++ warning (virtual member function and no virtual destructor) off by default?...

c++visual-c++destructorcompiler-warnings

Read More
How do YOU reduce compile time, and linking time for Visual C++ projects (native C++)?...

c++visual-c++compilation

Read More
Visual Studio reference multiple project configurations in the same build...

c++visual-c++dllvisual-studio-2017

Read More
The concept `std::movable` evaluated to false for an empty class in Visual C++...

c++visual-c++c++20c++-conceptsrequires-clause

Read More
VS 2008 C++ build output?...

c++visual-studiovisual-c++msbuild

Read More
How to generate a compiler warning/error when object sliced...

c++visual-c++slicetruncate

Read More
Method find_msvcrt in ctype library is returning None because of the version of msvc that python was...

pythonwindowsvisual-c++ctypeswhisper

Read More
16-bit obj files VC++...

visual-c++compilationbootloader16-bitobject-files

Read More
Resulting EXE speed for C++ under VS2005, VS2008; VS2010 compilers...

c++visual-studiovisual-c++benchmarking

Read More
Unforgiving GCC C++ compiler...

c++gccvisual-c++

Read More
BackNext