I have looked at a few tutorials that i could find online, but i still dont get exactly what they are used for and what the difference between going Blah[64] and Blah[8][8] is. Thanks
clutchkiller 3 Junior Poster
Recommended Answers
Jump to PostThe difference is how you want to view the array. Bla[64] is just a one, dimensional array that contains a simple list of items, for example you could have an array that contains a list of 64 varieties of fruits and vegies. The Bla[8][8] is an two dimensional array, such …
Jump to PostCheck out a visual: (I love drawrings) hehe
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
clutchkiller 3 Junior Poster
chococrack 74 Junior Poster
clutchkiller 3 Junior Poster
chococrack 74 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.