CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Jan 2009
    Posts
    24

    Can you have an array of strings?

    string [2];
    does this create two strings or a string of 2 characters?
    If the latter how do you make it work as an array of strings?
    Last edited by E-man96; January 30th, 2009 at 05:14 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured