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
std::99 bottles of beer!
HexDong
Tilted uniform distribution random number generator over min/max range
SceneGraph Interviewee Task
simple in-memory b-tree
Heap: insert and deleteMin() Implementations
GreedyProblem1
Pure virtual function called!
Last Class Quiz - Working with Hash Table
A