Menu

string name[32];

2002-11-25
2012-09-26
  • Nobody/Anonymous

    My question today is - if I write in my code:

    string name[32];

    what does this mean? Is it means that there is 32 strings name[], with no limit in number of chars? Greetings, Franjo

     
    • Nobody/Anonymous

      Yes.
      It defined a array called 'name' with 32 string elements.

      KaiZi

       
    • Nobody/Anonymous

      Yes.
      It defined a array called 'name' with 32 string elements.

      KaiZi

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.