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
YesToDafT
Even Odd using Functions
IceCream
დიოფანტეს განტოლება
MyStringv2
Merge problem
ExtremeValues
find parent count of node in graph
basic caculate ii
Handling new types without using RTTI