Suppose a structure
struc data{
double *aa;
int b;};
aa is an array.
double *abc
struct data *d1;
abc = d1->aa
can I assign abc as the above
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |