Search code examples
Enabling certain template parameters based on user provided template arguments...


c++templatestemplate-meta-programming

Read More
How can you construct a std::string from a char* and a maximum length?...


c++stringchar

Read More
convert a char* to std::string...


c++stdstring

Read More
What is the relation between operator precedence and order of evaluation?...


c++coperator-precedenceorder-of-execution

Read More
std::transform with lambda: skip some items...


c++c++11boostlambda

Read More
Is there a way to instantiate objects from a string holding their class name? ...


c++inheritancefactoryinstantiation

Read More
How do you obtain the upper 15 bits of a uint16_t?...


c++bit-manipulation

Read More
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794)...


c++includevisual-studio-6internal-compiler-error

Read More
How to set only one tab in a QTabWidget as not moveable in Qt?...


c++qtqtabwidget

Read More
Multiple implicit conversions on custom types not allowed?...


c++type-conversionimplicit-conversion

Read More
How do you get the network interface index for the loopback interface?...


c++cnetwork-programmingposix

Read More
How to efficiently perform double/int64 conversions with SSE/AVX?...


c++floating-pointssesimdavx

Read More
Do STL iterators guarantee validity after collection was changed?...


c++stliteratorcontainers

Read More
Does the compiler perform return value optimisation in case of returning member variable?...


c++referencecopy-constructortemporary-objects

Read More
Summarizing similar functions into one in C++...


c++templates

Read More
C++ template instantiation, what exactly does it mean?...


c++templatesinstantiationtemplate-meta-programming

Read More
How can I include <bits/stdc++> in Xcode...


c++xcodemacos

Read More
How to compare size_t and difference_type?...


c++language-lawyerstd

Read More
Excel VBA, Can't Find DLL Entry Point from a DLL file...


c++vbadll

Read More
Linker error when calling a C function from C++ code in different VS2010 project...


c++cvisual-studio-2010externlnk2001

Read More
C++ dll export undefined...


c++dllexport

Read More
How do I tell CMake to use Clang on Windows?...


c++windowsbuildcmakeclang

Read More
generate dependencies for a makefile for a project in C/C++...


c++cmakefiledependencies

Read More
FFmpeg avio_open_dir returns -40 on Windows, even when directory exists...


c++ffmpeg

Read More
Forward declaration of nested types/classes in C++...


c++classnestedforward-declaration

Read More
Why adding "* = nullptr" to a template defined with enable_if avoids overloading of a func...


c++templatessfinaetype-traits

Read More
Defining member variables from a boost::mpl:vector typelist...


c++templatestemplate-meta-programmingboost-mpl

Read More
Mapping high-level functions in user-mode dlls to NTDLL.dll...


c++dllntdllnt-native-api

Read More
The std::string is able to stores multiple '\0'. How to trim it?...


c++std

Read More
Check if a target sum is possible given a vector of values...


c++recursioncombinations

Read More
BackNext