Translation of header file into Russian
Noun
technology
- The library provides a header file with all the necessary function declarations.Библиотека предоставляет заголовочный файл со всеми необходимыми объявлениями функций.
Synonyms and analogies of header file in English
Examples of header file in a sentence
The compiler throws an error when the required header file is missing.
Translations of "header file" in Context ordered by category and frequency
By placing function prototypes in a header file, one can specify an interface for a library.
Путём помещения прототипов функций в заголовочный файл можно описывать интерфейс для библиотек.
This comment should be added into the header file included into all the other files.
Этот комментарий следует вписать в заголовочный файл, который включается во все другие файлы.
For every FILESTREAM-enabled database, a header file ("filestream.hdr") is created in its FILESTREAM directory.
Для каждой базы данных с поддержкой FILESTREAM в соответствующем каталоге создается файл заголовка ("filestream.hdr").
A FLAC file also contains several data integrity checks in the header file.
FLAC включает в себя несколько проверок целостности данных в файле заголовка.
header file: Examples and translations in context
Each header file contains one or more function declarations, data type definitions, and macros.
Каждый заголовочный файл содержит объявления одной или более функций, определения типов данных и макросы.
Deployment is done by including a single header file in your test project and you're ready to go.
Развёртывание выполняется путем подключения одного заголовочного файла к тестируемому проекту, после чего вы можете приступать к работе.
If modifications are necessary, they can often be made by simply changing a few entries in a header file accompanying the main program.
Если модификация программы необходима, то зачастую она может быть выполнена путем простой замены нескольких записей в заголовочном файле для основного модуля.
As you know from your C programming experience, when you use a library function in a program, you must include its header file.
Как вам должно быть известно из опыта программирования на С, при использовании библиотечной функции в программу необходимо включить заголовочный файл.
Each header file contains one or more function declarations, data type definitions, and macros.
Каждый заголовочный файл содержит объявления одной или более функций, определения типов данных и макросы.
To put it in C terms: you can think of the Application layer as the header file containing only definitions, while the Abstraction layer is the source file containing the actual functionality.
Чтобы выразить это в терминах С: Вы можете думать о прикладном уровне как о файле заголовка, содержащем только определения, в то время как слой абстракции является исходным файлом, содержащим фактическую функциональность.
The object code form of an Application may incorporate material from a header file that is part of the Library.
В виде объектного кода приложение может включать материал из заголовочного файла, который является частью библиотеки.
OpenGL core and extension functionality is exposed in a single header file.
Ядро OpenGL и его расширения выставлены в один заголовочный файл.
See also: