Array

m_sName-- character array shall be 128 bytes

How do i create a character array that has 128 bytes?
char m_sName[128]; // Don't forget the terminating 0 (maybe +1)
Topic archived. No new replies allowed.