Search code examples
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
Difference between MSVC builtin macros _M_AMD64 and _M_X64...


c++visual-c++macrosbuilt-in

Read More
Is there a way to make Visual Studio case sensitive on includes?...


c++windowsvisual-studiovisual-c++

Read More
Do debugging information reveal code in C++ / MSVC?...


c++visual-c++compiler-constructionexe

Read More
Is there a way to add the Developer Powershell for VS 2019 as an integrated terminal in VSCode?...


powershellvisual-c++visual-studio-codecmdcl

Read More
Unresolved external symbol when lib is linked, compiler adds the letter 'A' to the function ...


c++visual-c++linkersymbols

Read More
How to group some functions into a new memory section of .exe output in Visual C++...


visual-c++linker

Read More
how to fix the error c2118: negative subscript...


c++visual-c++64-bitwin64

Read More
Relation between MSVC Compiler & linker option for COMDAT folding...


visual-c++linkercomdat-folding

Read More
Use libraries compiled with visual studio in an application compiled by g++ (mingw)...


c++visual-c++linkerg++

Read More
BackNext