Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
isnan_constexpr
#include <iostream> #include <cmath> #include <iomanip> int main() { constexpr bool nan = std::isnan(300.0); std::cout << std::boolalpha << nan; }
run
|
edit
|
history
|
help
0
Task on Задача C. Белочка
Throttle Example in C++
khcmknhc
Crow unordered_map Quiz
UTF-8 in C++11
Deleted special operations are propagated to derived class
Dequeue Array-Based Example
You can't erase a std::unordered_map::local_iterator
Move Construction
Template Meta Programming