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
Union-Struct-uint32_t byte order
user defined exception
Mock Interview Question
C++ Standard Template Library
Standard Template Library
Maze problem solution
Tree Example
34534
7
vector flavors....