Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Forgetting to check end
//clang 3.7.0 #include <iostream> #include <vector> using namespace std; int main() { vector<string> v{"Hello", "World"}; for (auto it = v.begin(); /*oops */ ; ++it) { cout << *it << " "; } }
run
|
edit
|
history
|
help
0
list iota cout
return reference (clang)
Balanced Insert Example
HTML Timetable generator.cpp
DESim Example
C++17 function traits not works
C++ does not have reference-to-reference types
Palindrome Recursive Function Example
C++ Register
Clang-IsBaseOf