Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Two-phase sample with Visual C++ 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(3.14); }
run
|
edit
|
history
|
help
0
Union and possible undefined behavior
multiply linked list numbers
c++ pure apstraction
hangman
DCapSurfaceDesc
rstring
C++ exception
vector of bool
복소수 클래스 생성하기
Full System Specifications version 2