hello,
If I have a structure like this:
extern struct mystruct {
int[100] myarray;
char[50] chararray;
}
how can I make another structure exactly the same, with all the same values in the arrays?
thanks a lot
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
+ Reply to Thread
Results 1 to 3 of 3
Thread: copying structs
|
Click Here to Expand Forum to Full Width |
Bookmarks