array sizes do not match, or destination array is too small
#7

Quote:
Originally Posted by Nero_3D
Посмотреть сообщение
PHP код:
new Neco[10] = {0,...};//work fine
new dNeco[sizeof Neco];
public 
OnFilterScriptInit()
{
    
Neco dNeco;

Its good idea.
Why
Neco = {0,...};
work only in 'new' and not work in code ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)