Following some sample codes and noticed that there are many different lower case letter or letters in front of variables as following;
iChannel1LeftIn
g_sSineWaveIn_Right[g_iSampleIndex]
g_iIndex
nSampleNumber
fSampledFrequency
sCodecTxRegs[4]
bMicInLineOut
I am wondering if those letters such i, g_s, and so on are standard conventions for VisualDSP++ that programmers have to follow or they are just a common practice for developers to use at their discretion.
Thanks in advance
--Neo