Member Avatar for Odc

Hi guys, I've got a simple bool 2D array that is set to false by default. I'm filling it with random 'true' values.

I am then trying to make it symmetrical

i.e. array[j] = array[j]

However, this doesnt seem to be working and I was wondering why. I've been trying it all evening.

Any suggestions?

Recommended Answers

All 2 Replies

Hi guys, I've got a simple bool 2D array that is set to false by default. I'm filling it with random 'true' values.

I am then trying to make it symmetrical

i.e. array[j] = array[j]

However, this doesnt seem to be working and I was wondering why. I've been trying it all evening.

Any suggestions?

Do you really think this is enough information for any kind of an answer?

It works for me...

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.