How do I remove an element from an array (one-dimensional two-dimensional)? - page 5

 
Ilya Malev:

And what do you think this has to do with the task at hand (class of tasks - unified work with arrays of different dimensions via functions)?

The rest is self-preparation. I am not a programmer.

 
Алексей Тарабанов:

I am not a programmer.

Yet you find it possible to tell me which way I crawl.

 

Eh, and overloading doesn't save it:

void z(int & z[]){}; 
void z(int & z[][]){};
//не компилируется
 
Dmitry Fedoseev:

Eh, and overloading doesn't save it:

There you go.

 
Ilya Malev:

Yet you find it possible to tell me which way I crawl.

I have my reasons. You're a programmer? - Program. I'm just a ctn in cybernetics, just a specialist in the development of special mathematics for ACS.

 
Алексей Тарабанов:

I have grounds.

If you can't justify your position, then you don't, even if you are a Ktn or a Kvn.

 
Seric29:
How do I remove an element from an array? Is it necessary to know the number of elements that are stored in it?
And the questions are...
 
Ilya Malev:

If you can't justify your position, you don't have one, even if you are a ktn or a kvn.

)

 
Aliaksandr Hryshyn:
What questions...

Normal questions, you should have ignored the brackets in the title of the thread. Without knowing the number of elements - you can. If you don't know the dimensionality, you can 't.

 
Ilya Malev:

Normal questions, you should have ignored the brackets in the title of the thread. Without knowing the number of elements - you can. If you don't know the dimensionality, you can't.

Is there a problem with defining dimensionality?