Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
_countof constexpr
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> constexpr int MultiplyLen(int i) { return _countof("1234") * i; } int main() { std::cout << MultiplyLen(1) << std::endl; }
run
|
edit
|
history
|
help
0
Dynamically sized array at end of struct
Error log b is an undeclared identifier...
No UD
ExtThes_Uniquify
VC typeid example
RTTI Test
C++ string format
Dices by GOOSE
std::is_same doesn't check calling convension
"Mostly invalid states" and unordered_set