Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
illegal instruction (SIGILL)
//Title of this code //clang 3.6.0 #include <iostream> #include <iostream> // std::cout #include <iterator> // std::back_inserter #include <vector> // std::vector #include <algorithm> // std::copy int main() { std::vector<int> foo = {1,2,3,4,5}; std::vector<int> bar; std::copy_if(foo.begin(), foo.end(), bar.begin(),[](int x) { return x % 2 == 0; } ); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
NaN inside set
C++ standard
Variable declarations in while loop conditions are also C++-only.
ArrayList Example Starter Code 2
FUCK
the usual name hiding rules do apply with using directives
Derivation of the 0x9E3779B97F4A7C17u constant
C++ Register
ljblblljkl
hw1 Os
Please log in to post a comment.