Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you create an array in C sharp?
#1
In java you can write:

nat[n++] = new Nation(ReadString);

Is the following line alright:

nat[n++] = new Nation(ReadString);
Reply
#2
http://msdn.microsoft.com/en-us/library/...s.71).aspx
http://www.dotnetperls.com/array

Read through those and see where you're at with the fundamentals of arrays Smile
Reply
#3
This should really go in the .net section.
Reply
#4
THANK YOU FOR YOUR INFORMATION
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Adding Elements to Array or ArrayList? BleepyEvans 1 984 05-19-2017, 03:52 AM
Last Post: Clarencetew24
  How to create a command Simplicity 8 1,893 10-15-2010, 11:22 AM
Last Post: Jake

Forum Jump:


Users browsing this thread: 1 Guest(s)