From professional translators, enterprises, web pages and freely available translation repositories.
object initialization
to initialize an object, you use the new statement to instantiate the object to a variable.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
initialization file support
next
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
access to initialization entries can also be handled with the macros shown in tabel 39-1.
access to initialization entries can also be handled with the macros shown in table 39-1.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
"resource acquisition is initialization" (achiziția resurselor prin inițializare), des întâlnită în cărțile de specialitate sub acronimul raii, este un tip de design al aplicațiilor dezvoltate în orientate pe obiect, precum c++, d sau ada.
in raii, holding a resource is tied to object lifetime: resource allocation (acquisition) is done during object creation (specifically initialization), by the constructor, while resource deallocation (release) is done during object destruction, by the destructor.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting