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
Hello World
Value equal to index value
Defining Class Members
HotelVec
Deepa
ExceptionHandling2
Sangharsh.vhawale
Vowel_check
Factorial Inv wip
Buenos Amigos