I am not sure what data type to use. I have three structures that are made 27, 18 and 17 elements. In PHP I have them as Arrays. But I am not sure that is the Best way in C#.I am new to C# and not sure about using Array, ArrayList, Enums.
I need to set my three sets of elements then access...
My last issue at last :) . I have uncovered a poor logical error on my part. I hope the CSV file and being reading it in(that was the easy part).
I only want to read in the first 4 turns/players and store their data(okay that wasn't to bad either). I am using a for loop for that one. Then I use...
When is it a good time to create another class in php? I have functions that belong to three separate arrays, that are getting very large in class Player.
Which me asks how does one class in php call another class to use it member functions?
Thanks in advance.
Hi I am very new to C# that my first learning curve. :) My question is How do I read a CSV(Comma Separated Value) file to be processed? Or should I ask what is the best way to process a CSV?
Thank you in advance.
I am passing in $data as an array Color, Number(1-6); $RouteTwo is an array of 18 elelments of colors{Red, Yellow, Green, Blue, Black}; and $saveNewPos is a variable that stores a color from another function.
I want to compare $data[0] to $saveNewPos, but it does not appear to work. when I echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.