Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
No UD
#include <iostream> struct A { A(int) { std::clog << __LINE__ << std::endl; } ~A() { std::clog << __LINE__ << std::endl; } int f() const { std::clog << __LINE__ << std::endl; return 0; } }; int f(const A& a) { return a.f(); } void g(int) { std::clog << __LINE__ << std::endl; } int main() { g(f(0)); }
run
|
edit
|
history
|
help
0
thread-destructor
Computing the factorial of an integer using factorial and iteration
Waiting for Multiple Objects
Operators overloading
dump_own_process.cpp
Compile time creation of class member stl container (const std::array) filled with elements.
vc++ bug?
cv2
DCapSurfaceDesc
Hangman