Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
The array again!!
Name: Danny Larouche Date: May 1, 2002 at 07:45:28 Pacific
But why would you want to do that? You would just have a few copies of an array in another array. $V[0][0] would be the same as $V[1][0], $V[2][0] etc.
Summary: Yes, this question is regarding an assignment, but I have been killing myself for several days trying to find a solution. The programs is one that we have added to / expanded on all semester, so part...
Summary: No, Mr. Khash, you have it almost correct. I am happy that you can understand my question. "And what is printelement(a)?" Sorry, a mistake here. It is supposed to be printmissile... "Ok now this print...
Summary: Hi, I have a query regarding multidimentional arrays in c programming. I have a number of functions, one which fills a 2D array with *'s in each container. I am trying to create a turtle type progr...