Each line in the backtrace shows the frame number and the function name.
Каждая строка в цепочке вызовов показывает номер кадра и имя функции.
In C++, it is possible to use one function name for many different purposes.
Как вы увидите, в С++ можно использовать одно имя функции для множества различных действий.
Arguments are specified in brackets following the function name.
We choose three particular definitions of that function name
A new table will open allowing you to view a diagram including such information as: a function name, function usage over a selected period (in %) and a username who used that function.
После этого откроется таблица, в которой вы сможете просмотреть следующую информацию: название функции, использование этой функции за выбранный период (в %) и имя пользователя, использовавшего эту функцию.
Function name - "multiplication"; return value - int, formal parameters "a" and "b" (both int types), function body consists of a single operator - return a*b;
Название функции - "multiplication"; возвращаемое значение - int, формальные параметры "a" и "b" (оба типа int), тело функции состоит из единственного оператора - return a*b;
Space between the function name and the opening parenthesis for the arguments is not permitted.
Пробелы между именем функции и круглой скобкой для аргументов отсутствуют.
Don't put spaces between a function name and the
As with classes, the brace should always be written on the line underneath the function name.
Как и у классов, фигурная скобка всегда пишется на следующей строке под именем функции.
The value of the function name has a type that is recognized by the interpreter as a user-defined function.
Зна чение имени функции имеет тип, распознаваемый интерпретатором как определенная пользователем функция.
When a function name consists of more than one word, the first letter of each new word must be capitalized.
Когда имя функции состоит из более чем одного слова, первая буква каждого нового слова должна быть заглавной.
You should use a function if the primary purpose of the routine is to return the value indicated by the function name.
Функцию следует использовать, только когда главной целью метода является возврат конкретного значения, описываемого именем функции.
The result of a function is defined by assigning the return value to the function name:
Результат функции определяется путем присвоения возвращаемого значения имени функции: