Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
variadic template
//g++ 5.4.0 #include <iostream> using namespace std; void f() { cout << std::endl; } template<typename T, typename... Tail> void f(T header, Tail... tail) { cout << header << ","; f(tail...); } int main() { f<int, int,int>(1,2,3); return 0; }
run
|
edit
|
history
|
help
0
String match with test
Factoriel
Making pyramid using nested loop 2/2
Stats - Central Limit Theorem - Normal Distribution with multiple items
ASHA
Listas enlazadas - merge
Subset sum
lifff
Exempel 2
AgeGroupHisto