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

30 July 2023

  • curprev 05:5305:53, 30 July 2023Darkh talk contribs 443 bytes +443 Created page with "* 指针前缀<code>p</code>:<code>pMyPointer</code>,<code>m_pCharacter</code>,<code>ppMyPointerToPointer</code>。 * 数组前缀<code>a</code>:<code>aMyArray</code>,<code>aBuf</code>。 * 容器(<code>std::vector</code>)前缀<code>v</code>: <code>vMyVector</code>,<code>vpvMyVectorOfPointersToVectors</code>。 * 函数前缀<code>fn</code>:<code>pfnMyCallback</code>,<code>m_papfnMyPointerToArrayOfCallbacks</code>。"