Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Debug my string shitz

Name: Help plz 2008-03-31 16:19

#include <string>

class t_Class
{
      bool CheckLength(std::string &m_Name)
      {
           if (m_Name.length >= 64)
              return 0;
      }
};


Line 7: invalid use of member (did you forget the `&' ?)

Name: Anonymous 2008-03-31 17:27

>>12
Please learn English.
"kind of the point" does not compute.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List