Examples with "C stylu" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Autoclosing gorsetów, paranthesis i cudzysłowów w trybach C stylu.
Autoclosing of braces, parenthesis and quotation marks in C style modes.
Andere resultaten
We wszystkich wypadkach argumenty są formatowane w stylu C.
In all cases arguments are formatted in the most C-like fashion possible.
Wszystkie osoby o stylu C (Sumiennym) uwielbiają analizować informacje.
All people with C style (Compliant) love analyzing information.
Osoby o stylu "C" komunikują się poprzez fakty, ale nie zawsze lubią analizy.
People with "C" style communicate with facts but they don't always like analyses.
Osoby o stylu C (Sumiennym) zawsze zadają dużo pytań.
People with C style (Compliant)always ask a lot of questions.
To nie jest w stylu C. N.
Komentarze w stylu 'C' kończą się na pierwszym napotkanym /.
'C' style comments end at the first / encountered.
Pięć liter składających się na logotyp marki idealnie wkomponowało się z charakterystyczną literą C tworząc idealną symbiozę stylu, trwałości oraz bezkompromisowości.
The five letters that make up the logotype of the brand perfectly blend in with the characteristic letter C, creating an ideal symbiosis of style, durability and uncompromising character.
Ta struktura łączy w sobie wydajność i dostępność tablic w stylu języka C, z wszystkimi korzyściami standardowego kontenera, takimi jak znajomość własnego rozmiaru, wspieranie przypisywania, iteratory dostępu bezpośredniego, itd.
The struct combines the performance and accessibility of a C-style array with the benefits of a standard container, such as knowing its own size, supporting assignment, random access iterators, etc.
Przedstawiciele stylu C skupiają się na jakości i lubią planować do przodu. W pracy często stosują systematyczne podejście, sprawdzą, dokonają przeglądu i zapewnią dokładność.
C's focus on quality and like to plan ahead, they often employ a systematic approach to their work, checking and re-checking for accuracy.
Do tej funkcji jest przekazywany napis w stylu C, więc jest zakończony znakiem null.
This function is passed "1234" as a C-style string, so it has a null terminator.
Pownieneś uważać by nie zagnieżdżać komentarzy w stylu C++ (szczególnie komentarzy wieloliniowych), co może się stać kiedy komentujesz dłuższy blok kodu.
You should be careful not to nest 'C' style comments, which can happen when commenting out large blocks.<? php
Przykładowo, std::vector jest wewnętrznie adapterem na zwykłą tablicę w stylu języka C, wraz z wielkością tej tablicy.
To illustrate the issue, consider that a std::vector<T>is, internally, a wrapper around a C-style array with a size.