Jump to content

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

From KDE TechBase
Juliano Assis (talk | contribs)
Created page with "Um erro de programação muito "popular" é fazer um <tt>new</tt> sem um <tt>delete</tt> como neste programa:"
 
(No difference)

Latest revision as of 20:57, 5 February 2020

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)
A very "popular" programming mistake is to do a <tt>new</tt> without a <tt>delete</tt> like in this program:

Um erro de programação muito "popular" é fazer um new sem um delete como neste programa: