Posts by Colassall
2 posts total, newest first.
C# Multidimensional Array (Im completely lost)in C# Programming - Yeah a teacher might mark that off, but in a work place if it works and doesn't take ages it's a good solution (barring any security issues, but it's all offline). I'm self taught and my C# is terrible (it's not my job tC# Multidimensional Array (Im completely lost)in C# Programming - [QUOTE=Zaczero;13118730]
You don't need multi-dim array.
You can use new Tuple array for this.
(string name, string verb, object action)[] myTupleArray = new (string, string, object)[totalWords];
... for ...
myTuple
Showing the 2 most recent posts.