35 Answered Questions
[SOLVED] Why is "using namespace std" considered bad practice?
- 2009-09-21 03:08:23
- akbiggs
- 709429 View
- 2256 Score
- 35 Answer
- Tags: c++ namespaces std using-directives c++-faq
5 Answered Questions
[SOLVED] What's the difference between "STL" and "C++ Standard Library"?
- 2011-03-05 17:32:14
- Pieter
- 75147 View
- 401 Score
- 5 Answer
- Tags: c++ stl std c++-standard-library c++-faq
12 Answered Questions
17 Answered Questions
11 Answered Questions
15 Answered Questions
4 Answered Questions
5 Answered Questions
11 Answered Questions
[SOLVED] Sorting std::map using value
- 2011-02-20 11:12:43
- user619237
- 110753 View
- 48 Score
- 11 Answer
- Tags: c++ dictionary std
14 Answered Questions
[SOLVED] A std::map that keep track of the order of insertion?
- 2009-07-08 13:45:45
- polyglot
- 65568 View
- 91 Score
- 14 Answer
- Tags: c++ dictionary std insertion-order
2 Answered Questions
7 Answered Questions
[SOLVED] C++ printf with std::string?
- 2012-06-02 21:07:06
- TheDarkIn1978
- 272489 View
- 133 Score
- 7 Answer
- Tags: c++ string namespaces printf std
4 Answered Questions
4 Answered Questions
5 Answered Questions
4 Answered Questions
4 Answered Questions
16 Answered Questions
[SOLVED] Compelling examples of custom C++ allocators?
- 2009-05-05 19:36:48
- Naaff
- 79955 View
- 160 Score
- 16 Answer
- Tags: c++ memory-management std memory-alignment allocator
10 Answered Questions
5 Answered Questions
[SOLVED] Overload resolution failure when streaming object via implicit conversion to string
- 2011-07-13 09:52:51
- Lightness Races in Orbit
- 2048 View
- 18 Score
- 5 Answer
- Tags: c++ operator-overloading std implicit-conversion
5 Answered Questions
1 Answered Questions
[SOLVED] Why is the destructor of a future returned from `std::async` blocking?
- 2014-05-04 10:24:31
- Janick Bernet
- 6418 View
- 33 Score
- 1 Answer
- Tags: c++ multithreading c++11 asynchronous std
8 Answered Questions
[SOLVED] When using C headers in C++, should we use functions from std:: or the global namespace?
- 2015-09-16 10:26:51
- DeiDei
- 5556 View
- 100 Score
- 8 Answer
- Tags: c++ language-lawyer std
2 Answered Questions
3 Answered Questions
[SOLVED] Is std::vector or boost::vector thread safe?
- 2012-01-28 02:59:27
- Jacky Lee
- 34884 View
- 33 Score
- 3 Answer
- Tags: c++ boost stl thread-safety std
9 Answered Questions
4 Answered Questions
[SOLVED] How to get error message when ifstream open fails
- 2013-06-27 07:51:37
- Alex F
- 78214 View
- 74 Score
- 4 Answer
- Tags: c++ error-handling stream std
7 Answered Questions
4 Answered Questions
[SOLVED] std::shared_ptr thread safety
- 2013-01-23 15:09:04
- Roee Gavirel
- 38842 View
- 41 Score
- 4 Answer
- Tags: c++ std shared-ptr
1 Answered Questions
[SOLVED] What can and can't I specialize in the std namespace?
- 2011-12-14 23:54:42
- R. Martinho Fernandes
- 2949 View
- 54 Score
- 1 Answer
- Tags: c++ c++11 std explicit-specialization