Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Two-phase sample with VC++ 2015
#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(0); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
find vs at
Kare-Küp Tablosu
hgh
Test
amusing overload choice
VC++. G3log timestamp formatting.
vector destruction - visual studio
Rounding in C++
inherited
MSVC ignoring unknown attributes
Please log in to post a comment.