List Question
20 TechQA 2023-10-15T07:55:46.120000Is it safe to move boost::unique_lock out of a function as a return value using move emulation on C++03 compiler?
92 views
Asked by The amateur programmer
UML Class Diagram with Struct Defined Inside Class
505 views
Asked by spaceKelan
Emulating lambdas in C++03 for flow-control purposes in macros
119 views
Asked by Bwmat
Efficient way to overload float type in C++?
136 views
Asked by nowox
How to set attribute names in template parameters?
98 views
Asked by nowox
How to initialize array members from initialization list in C++03?
150 views
Asked by nowox
WinAPI: repeatable check in a separate thread that notifies UI thread when check fails
71 views
Asked by bairog
How do I perform a narrowing conversion from double to float safely?
289 views
Asked by alrav
How to use preprocessor IF on DEFINE that is an ENUM member?
100 views
Asked by Tomer W
How can I run the custom version of C++03 in Xcode?
96 views
Asked by Ajay Sachdev
How to set standard C++ 2003 in CMake
925 views
Asked by Hubertm998
C++03 Replace Preprocessor Directives with Template Metaprogramming
192 views
Asked by willdo
Why is GCC complaining with Wstringop-overflow?
383 views
Asked by Sir2B
C++ Trying to Find An Alternative Way to Implement Forward Declaration
29 views
Asked by TokaraForest
C++ Forward Declaration - Incomplete type is not allowed
102 views
Asked by TokaraForest
not able to assign `boost::assign::list_of` to `static const std::vector`
70 views
Asked by Eric Deng
How to determine the data type in a generic container searching function
153 views
Asked by Engineer999
How can I set up my class so it can't be inherited from in C++98/C++03?
83 views
Asked by user5534993
Can I insert a vector to itself with std::vector::insert?
339 views
Asked by Fabian