Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mua
#include <iostream> #include <memory> int main() { auto array = std::make_unique<int[]>(50*50); std::cout << *(array.get() + 50*50-1); }
run
|
edit
|
history
|
help
0
lab17feb22x4B.cpp
runtime template mode processor
cppPyTeleAbs
primes
Bit count in number
1
constructing object on first use as return value of (pointer to) object-returning function
Test
pattern
TempSpecial