Forum: C++ Feb 24th, 2006 |
| Replies: 5 Views: 19,028 Hi,
Thanks for your reply.
But I have diffrent types of 2D array of pointers which varies rows and columns size, So in the function declaration/definition I can not specify the rows and... |
Forum: C++ Feb 23rd, 2006 |
| Replies: 5 Views: 19,028 Dear All,
I am facing a problem in passing 2D array of pointers to a function.
can any one give some suggestions on this.
1. How the Declaration fo the function should be ?
2. How... |
Forum: C++ Oct 13th, 2005 |
| Replies: 4 Views: 5,371 Hello Narue,
Do u have any other logic, since i need to fill the structures with data upto 2 to 20Mb, in this case memory will become a problem.
Thanks and Regrads
Nagendra R |
Forum: C++ Oct 13th, 2005 |
| Replies: 4 Views: 5,371 Hi Narue,
Thanks for u r immediate reply. |
Forum: C++ Oct 13th, 2005 |
| Replies: 4 Views: 5,371 Hello All,
I am trying to convert structures to Byte stream(Serialization). I have one concept,
Now I am converting each structure object to char pointer, but for structures with... |