"Printf" is not found on TREX in Russian-English direction
Try Searching In English-Russian (Printf)

Low quality sentence examples

Например, предписание printf на языке С выводит текстовую строку на" устройство вывода по умолчанию", как правило, на экран.
For example, a printf statement in C prints a line of text onto the"default output", which is often a screen.
Этот инструмент пытается найти потенциальные проблемы использования таких вариативных функций в исходном коде на C и C, как printf, fprintf и syslog.
The tool will attempt to find potential issues with the use of variadic functions within C and C++ source code, such as printf, fprintf and syslog.
Данную рекомендацию часто критикуют разработчики под Linux, аргументируя тем, что gcc проверяет соответствие строки форматирования фактическим параметрам, передаваемым в функцию printf.
This recommendation is often criticized by Linux developers who argue that gcc compiler checks if the format string corresponds to the actual arguments passed into the function printf.
Опасно использовать такие функции, как' printf()' следующим образом:" printf( myStr);
It's not safe to use such functions as'printf()' in the following way:"printf(myStr);
на вход функции printf() поступает строка, которая может содержать управляющие команды.
the attack is possible because the printf() function receives a string that may contain control commands.
Хотя использование функций с переменным количеством аргументов, таких как printf, scanf считается в Си++ плохим стилем, они по прежнему широко используются.
Although it is considered bad styling in C++ to use functions with a variable number of arguments, such as printf and scanf, they are still widely used.
ptrdiff_ t, intptr_ t, uintptr_ t в функциях типа sscanf, printf имеются спецификаторы размера.
intptr_t and uintptr_t types in the functions like sscanf, printf you may use size specifiers.
Гвидо Вранкен обнаружил переполнение целых чисел в функциях BIO_* printf, которое может приводить к чтению OOB при выводе на печать очень длинных строк.
Guido Vranken discovered an integer overflow in the BIO_*printf functions that could lead to an OOB read when printing very long strings.
Так как функция printf из класса TextOutput работает с переменным количеством аргументов,
Since the printf function of the TextOutput class works with a variable number of arguments, it cannot check
в функцию printf.
for instance, into the printf function.
args… в теле printf ниже.
like the args… in the body of printf below.
Семейство функций printf неправильно вычисляет длину буфера, что позволяет злоумышленникам
The printf family of functions do not properly calculate a buffer length,
Классическими примерами, приводимыми во многих статьях по проблемам переноса программ на 64- битные системы, является некорректное использование функций printf, scanf и их разновидностей.
Typical examples given in most articles on the issues of porting programs to 64-bit systems refer to incorrect use of the functions printf, scanf and their variants.
В них входят макросы, которые определяют спецификаторы типов для строки формата printf и scanf и несколько функций,
Included are macros that define printf format string and scanf format string specifiers corresponding to the types
потенциально оказывать другое влияние на систему с помощью форматного параметра printf с большим спецификатором ширины.
denial of service and possibly have other impact via a printf format parameter with a large width specifier.
Корректные строки формата в printf- подобных функциях.
Correct format lines in printf-like functions.
Все функции имеют в имени основу printf.
All opinions are published on the BfR-homepage.
Printf Форматирует и выводит данные.
Printf Formats and prints data.
Они похожи на символы форматирования в функции printf.
They are like format symbols in printf function.
До сих пор мы использовали только предоставленные нам функции типа printf, getchar и putchar;
So far we have used only functions like printf, getchar and putchar that have been provided for us;