Skip to main content
Tour
About Us
Meta
current community
Stack Exchange
chat
Meta Stack Exchange
your communities
Sign up
or
log in
to customize your list.
more stack exchange communities
company blog
Log in
Stack Exchange
All Sites
Top 400 Users
Digests
Howard Hinnant
http://howardhinnant.github.io
http://howardhinnant.github.io
https://github.com/HowardHinnant
top
accounts
reputation
activity
subscriptions
Top Questions
142
votes
Why is std::move named std::move?
c++
move-semantics
language-design
rvalue-reference
c++-faq
asked Jan 26, 2014 at 1:17
stackoverflow.com
111
votes
What is the difference between chrono::month and chrono::months
c++
c++20
chrono
asked Jun 7, 2020 at 17:58
stackoverflow.com
93
votes
Why is libc++'s vector<bool>::const_reference not bool?
c++
vector
c++-standard-library
libc++
std-bitset
asked Aug 12, 2015 at 19:55
stackoverflow.com
36
votes
How to handle constructors that must acquire multiple resources in an exception safe manner
c++
c++11
exception-handling
c++-faq
delegating-constructor
asked Aug 5, 2016 at 3:26
stackoverflow.com
34
votes
Why does C++ move semantics leave the source constructed?
c++
c++11
move-semantics
asked Oct 31, 2015 at 18:25
stackoverflow.com
30
votes
How can I find the Nth weekday of the month using chrono?
c++
c++20
c++-chrono
asked Apr 30, 2025 at 21:00
stackoverflow.com
28
votes
What is the best way to form custom std::chrono::durations and std::ratios?
c++
c++11
chrono
asked Jan 10, 2015 at 19:36
stackoverflow.com
25
votes
When is it ok to be !ok() with C++20 chrono dates?
c++
c++20
c++-chrono
asked Nov 14, 2023 at 3:42
stackoverflow.com
22
votes
Find next weekday using chrono
c++
c++20
c++-chrono
asked Apr 21, 2025 at 0:30
stackoverflow.com
22
votes
Handling Julian days in C++11/14
c++
c++14
chrono
julian
julian-date
asked Nov 27, 2015 at 20:31
stackoverflow.com
1
2
3
next
Top Answers
844
Is it possible to print (the name of) a variable's type in standard C++?
stackoverflow.com
677
C++11 rvalues and move semantics with return statement
stackoverflow.com
569
const vs constexpr on variables
stackoverflow.com
420
Is std::unique_ptr<T> required to know the full definition of T?
stackoverflow.com
386
std::lock_guard or std::scoped_lock?
stackoverflow.com
241
How do I convert a std::chrono::time_point to long and back?
stackoverflow.com
211
How to get duration, as int milli's and float seconds from <chrono>?
stackoverflow.com
198
Why is std::move named std::move?
stackoverflow.com
183
Difference between steady_clock vs system_clock?
stackoverflow.com
175
Move assignment operator and `if (this != &rhs)`
stackoverflow.com
173
How do I terminate a thread in C++11?
stackoverflow.com
167
What are the mechanics of short string optimization in libc++?
stackoverflow.com
164
C++ Cross-Platform High-Resolution Timer
stackoverflow.com
150
What can I do with a moved-from object?
stackoverflow.com
147
What is the advantage of using forwarding references in range-based for loops?
stackoverflow.com
144
Extract year/month/day etc. from std::chrono::time_point in C++
stackoverflow.com
144
Why can't clang with libc++ in c++0x mode link this boost::program_options example?
stackoverflow.com
143
Conveniently Declaring Compile-Time Strings in C++
stackoverflow.com
141
How should I deal with mutexes in movable types in C++?
stackoverflow.com
140
Why do some people use swap for move assignments?
stackoverflow.com
138
What is the difference between chrono::month and chrono::months
stackoverflow.com
136
Is there a non-atomic equivalent of std::shared_ptr? And why isn't there one in <memory>?
stackoverflow.com
134
Why user-defined move-constructor disables the implicit copy-constructor?
stackoverflow.com
124
C++11: Why does std::condition_variable use std::unique_lock?
stackoverflow.com
110
How to compile/link Boost with clang++/libc++?
stackoverflow.com
110
Do rvalue references to const have any use?
stackoverflow.com
103
why do I need std::condition_variable?
stackoverflow.com
101
Using libstdc++ compiled libraries with clang++ -stdlib=libc++
stackoverflow.com
101
Why is libc++'s vector<bool>::const_reference not bool?
stackoverflow.com
91
Is a moved-from vector always empty?
stackoverflow.com
1
2
3
4
5
…
10
next