char** ptr; void func(&ptr) //ошибка компиляции { ... } func(ptr);
& Must have type:
&
void func(char**& ptr) {...}
Source: https://ru.stackoverflow.com/questions/478318/More articles:Gluing multiple images into oneError checking Ansible version [closed]Abort method executionHow to disable store features in Magento?saveToCassandra (): IllegalArgumentException: Multiple constructorsDisplays not the entire list of productsIt is very strange to save photos on an SD card.Animation on requestAnimationFrameImage.FromFile errorThe sound does not play when you start the download inside setOnClickListenerAll Articles