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
Affine Key Finder and Decrypter
Number of paths in matrix
MSVC_example_fscanf_s_and_chars_wchars
define own struct
Test
cv2
rvalue lifetime
solution_problem4
VC++ Template Comment
find vs at