Delete pointer to pointer Thanks, I have saved them in other pointer
Delete pointer to pointer Can I delete [code]int **pRows = new int*[*nrow];[/code] pointer with [code]delete pRows[/code] or I...
Maximum size of int arrayI have written a simple program. But I got a strange error: [code] #include <iostream> using...
int to unsined intHow can I convert int to unsined int and inversely? Is it correct to cast it? [code]int i = 0 uns...
Urgent please These code: [code]int getRadius(double radius); void findArea(double&area); void findCircumference(...