User profile: helasraizam

User info
User name:helasraizam
Name:Helasraizam
History
Joined:
Number of posts:18
Latest posts:

Converting two dimensional array to double pointer (T[][]-->T**)
Your article is very informative. Thank you for your quick reply. I gather that double pointers ar...

Converting two dimensional array to double pointer (T[][]-->T**)
How can I convert a two dimensional array to a double pointer? [CODE] int f[2][3]={{1,2,3},{4,5,6}...

Questions about double-pointers (int** q)
Thanks Zhuge for your quick response.

Is Operator Overloading really necessary?
Indeed; and I'm making a matrix class, and when I define two matrices A and B, I want A*B, A+B, A^3,...

creating array with size determined by user input?
If I'm not mistaken, the n and t in Abramus and webJose's suggestions are the column and row variabl...