Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
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.
Member function detection
Hangman
Segmented Sieve
Nth max element in BST
articulation points (http://codeforces.com/contest/732/problem/F)
cccc
Arithmetic
fb_series
shivratri
C++ Car Racing game framework 2
Please log in to post a comment.