Translation of struct into Hebrew
Acronym
acr: structure
- The C program uses a struct to store player information.תוכנית ה-C משתמשת ב-סטרקט כדי לאחסן מידע על השחקן.
Examples of struct in a sentence
He defined a struct to bundle the coordinates together.
Translations of "struct" in Context ordered by category and frequency
A partial method must be declared within a partial class or partial struct
יש להצהיר על פעולת שירות חלקית בתוך מחלקה חלקית או מבנה חלקי
Unmatched 'class', 'interface' or 'struct'
'מחלקה', 'ממשק' או 'מבנה' לא תואמים
Unmatched 'begin' or 'struct'
'התחלה' או 'מבנה' לא תואמים
keyword 'struct'
מילת מפתח 'מבנה'
struct: Examples and translations in context
Struct or class fields cannot be of type StringBuilder. The same effect can usually be achieved by using a String field and preinitializing it to a string with length matching the length of the appropriate buffer.
שדות מבנה או מחלקה אינם יכולים להיות מסוג StringBuilder. בדרך כלל ניתן להשיג את אותה תוצאה בעזרת שדה String ואתחולו מראש למחרוזת בעלת אורך התואם לאורך המאגר המתאים.