Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Two-phase sample with GCC
#include <cstdio> void func(void*) {puts("The call resolves to void*");} template<typename T> void g(T x) { func(0); } void func(int) { puts("The call resolves to int");} int main() { g(3.14); }
run
|
edit
|
history
|
help
0
kickstartd
shell sort
Dar
integerDivision
most Frequent word
GoF interpreter
Elevator 3
Test 12(2021)
DailyExchRate2
homework