Translations:Development/Tutorials/Common Programming Mistakes/34/pt-br: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2019

  • curprev 19:1519:15, 3 December 2019Juliano Assis talk contribs 148 bytes +148 Created page with "<syntaxhighlight lang="cpp-qt"> // Correct! static const int AnswerToAllQuestions = 42; // Wrong! #define AnswerToAllQuestions 42 </syntaxhighlight>"