Translations:Development/Tutorials/Common Programming Mistakes/12/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Observe, no entanto, que '''a null check ''é'' necessária quando você exclui uma matriz''' - isso ocorre porque um compilador relativamente recente no Solaris não lida com...")
 
(No difference)

Latest revision as of 19:56, 25 November 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Common Programming Mistakes)
Note however, that '''a null check ''is'' required when you delete an array''' - that's because a relatively recent compiler on Solaris does not handle it properly otherwise.

Observe, no entanto, que a null check é necessária quando você exclui uma matriz - isso ocorre porque um compilador relativamente recente no Solaris não lida com isso adequadamente.