Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Reference example
//clang 3.7.0 #include <utility> #include <string> #include <iostream> int main() { using namespace std; pair<string, string> x("first", "second"); auto& rf = x.first; std::cout << rf << "\n"; }
run
|
edit
|
history
|
help
2
Peregruzka
Bubble Sort Example
Test bitfields with unnamed union
specialized template
virtual members
Fundamentos de programación. Tema 7. Ejercicio 6.
Throttle Example (Send two requests every two seconds)
Class operator overloading the subscript and boundary check for array
general
AnnotateAttr templated test