Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
<string> No indirect include of <errno.h>
#include <string> int main() { errno == EINTR; return 0; }
run
|
edit
|
history
|
help
0
simple in-memory b-tree
HexDong
First
hello,world !ssn2019
Optional conversions
Unlike C (even C99/C11), C++ allows initializers in if-conditions, so this compiles.
Bubble Sort Example
Virtual Function Example
std::function ambiguity clang
EBO