User profile: alend

User info
User name:alend
History
Joined:
Number of posts:35
Latest posts:

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 array
I have written a simple program. But I got a strange error: [code] #include <iostream> using...

int to unsined int
How 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(...