Код: Выделить всё
void PrintArray(int arr[4])
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79667853/how-can-you-enable-compiler-warning-on-array-argument-decaying-to-pointer[/url]
Код: Выделить всё
void PrintArray(int arr[4])
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79667853/how-can-you-enable-compiler-warning-on-array-argument-decaying-to-pointer[/url]