Run Code
|
API
|
Code Wall
|
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
32
Guess a number in c++
Eight Queen
Kare-Küp Tablosu
Shadow pointer member variable
ccloader
atoi on hex
SO typeindex pretty_name
dynamic_cast in assert Causing Error
calling convention is part of type(?)