Hi all,
"...
char str1 = "constant string";
char *lc;
...
lc=&str1;
..."
this seems to be valid and compiles.
How can space be dynamicaly allocated to an 2dim char-pointer field lc, where
m and n represent nbs of rows and columns needed?
Thanks
keltas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
meanwhile I picked up a solid starting point from here: "http://www.cplusplus
.com/forum/general/9762/" -
probably the better place for topics on C++. So I retire. Anyway thanks to all
those who read.
keltas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
"...
char str1 = "constant string";
char *lc;
...
lc=&str1;
..."
this seems to be valid and compiles.
How can space be dynamicaly allocated to an 2dim char-pointer field lc, where
m and n represent nbs of rows and columns needed?
Thanks
keltas
Hi,
meanwhile I picked up a solid starting point from here: "http://www.cplusplus
.com/forum/general/9762/" -
probably the better place for topics on C++. So I retire. Anyway thanks to all
those who read.
keltas