Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
linkage
#include <iostream> struct T { static const int i = 42; }; void check(const int& z) { std::cout << "Check: " << z << "\n"; } int main() { // uncommenting the line below will lead to link error //check(T::i); }
run
|
edit
|
history
|
help
0
Deepa
Test
Synchro#2
execution of constructor and destructor
Iviewb
Newspaper
19 მარტს დამუშავებული
Kth Smallest Element (with extra space)
BubDoubLinArray
strict aliasing