Here : void CCourt::CStat :: PrintPercent(char *Section, char *Entry, float Part, float Total) { SE; sprintf(m_Buf + m_Index, "%g / %g = %d%%", Part, Total, GetPercent(Part, Total)); Ini->SetValue(Section, Entry, m_Buf + m_Index); GetNewIndex(); } void CCourt::CStat :: Save(char *Section, ...