BOOL in Russian translation

bool

Examples of using Bool in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
it does not have anything common with BOOL type.
не имеет ничего общего с типом BOOL.
Never mix up HRESULT and BOOL.
Никогда не смешивайте HRESULT и BOOL.
In programs, the BOOL(gboolean, UBool,
В программах тип BOOL( gboolean,
BOOL type should be equal to zero to represent logical value"false";
Тип BOOL для индикации значения" ложь" должен быть равен нулю,
that HRESULT type is, actually,'long' type, while BOOL type is'int.
а тип BOOL- это ни что иное как' int.
when casting pointers or integer variables to the BOOL type may cause a loss of the most significant bits.
при которой преобразование указателей или переменных целочисленного типа к типу BOOL может приводить к потере старших разрядов.
To fix errors like these, we need to perform a check for a non-zero value before BOOL conversion.
Для исправления таких ошибок необходимо выполнить проверку на ненулевое значение перед преобразованием в BOOL.
The programmer may be sometimes absolutely sure that a BOOL variable will always have 0 or 1.
Иногда, программист точно знает, что переменная типа BOOL всегда будет иметь значение или 1.
While BOOL type is a logical variable,
В то время как BOOL обозначает логическую переменную,
This type cannot be interpreted as'bool.
Этот тип нельзя интерпретировать как' bool.
C99 added a boolean(true/false) type_Bool.
В C99 был добавлен логический тип_ Bool.
How are the conversions that are associated with the bool type?
Как осуществляются преобразования, которые связаны с типом bool?
Similarly, the vector:: iterator does not yield a bool& when dereferenced.
Кроме того, vector< boolgt;:: iterator не дает bool& при разыменовании.
What features of using the data of" bool" type?
Какие особенности использования данных типа char( символьных данных) в программе?
Even if we put m_bool in the end it won't change anything.
Даже если m_ bool перенести в конец, это ничего не изменит.
Even if we move m_bool to the end, it will not change anything.
Даже если m_ bool перенести в конец, это ничего не изменит.
Fortunately, we may easily fix it by moving m_bool in the end of the structure, as shown below.
К счастью, дело можно легко поправить, переместив m_ bool в конец структуры, как показано ниже.
double, bool, color, datetime, or string.
double, bool, color, datetime и string.
the work with int type in the new plugin is done in the same way as with bool type.
новом плагине работа с типом int, осуществляется исключительно как с типом bool.
Visual C++ General: What is the difference between'BOOL' and'bool'?
What is the difference between' BOOL' and' bool'?
Results: 121, Time: 0.054

Top dictionary queries

English - Russian