Translations:Development/58/fr: 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.

4 May 2024

  • curprev 16:2616:26, 4 May 2024Nawretard talk contribs 450 bytes +450 Created page with "* <code>p</code> pour les pointeurs : <code>pMyPointer</code>, <code>m_pCharacter</code>, <code>ppMyPointerToPointer</code> * <code>a</code> pour les tableaux : <code>aMyArray[MAX_PLAYERS]</code>, <code>aBuf</code> *<code>v</code> pour les <code>std::vector</code> : <code>vMyVector</code>, <code>vpvMyVectorOfPointersToVectors</code>. * <code>fn</code> pour les fonctions : <code>pfnMyCallback</code>, <code>m_papfnMyPointerToArrayOfCallbacks</code>"