Quote:
>Then, where should I begin?
>Would u please show me the way?
>thanx a lot!
Sorry but I do not have time to write a tutorial. However:
first go and discover how to use malloc
then use it to create an array of pointers for the first dimension
then initialise each of these pointers with malloc to provide storage
for the second dimension.
(But I think you need to learn to walk first by learning how to deal
with 1D arrays dynamically allocated with malloc)
Francis Glassborow Journal Editor, Association of C & C++ Users
64 Southfield Rd
Oxford OX4 1PA +44(0)1865 246490
All opinions are mine and do not represent those of any organisation
--