Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problem_binary_4
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x#include<iostream> //code compile on visual studio 2013 void func(int number) { int a; if (number <= 1) { cout << number; return; } a = number % 2; func(number >> 1); cout << a; }
run
|
edit
|
history
|
help
0
not a parameter pack
parameter pack workaround
123
UINT64 to UINT truncation
hangman
лаб1
CT1
VC++ latest rejects istream to nullptr comparison
Override keyword.cpp
C++ quine