Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Age
Dead_Lock
Display all prime numbers upto N without sieve
Sorting sort function stl in c++
Best buy/sell day in stock
CPP Multi Inherit
SFML ANIMATOR
Sangharsh.vhawale
Lotto random number game {modify}
Avoiding visited networked paths
Please log in to post a comment.