Код: Выделить всё
int add(int,int);
int main()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/5234169/why-do-function-prototypes-include-parameter-names-when-theyre-not-required[/url]
Код: Выделить всё
int add(int,int);
int main()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/5234169/why-do-function-prototypes-include-parameter-names-when-theyre-not-required[/url]