Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Linker error while taking the address of a constexpr variable
struct A { static constexpr int Max = 17; }; int main() { const int* aMax = &A::Max; // linker error: undefined reference to `A::Max' (void) aMax; }
run
|
edit
|
history
|
help
0
Buggy Strcat clang
Test bitfields with unnamed union
move_string
Te
Расстановка восьми ферзей на шахматной доске так, чтобы ни один не угрожал другому - C++
ternary test
Unqualified free functions
khcmknhc
Graphs Iteration1 Undirected.
Initialise arrays with N number