Question on struct
Posted
by barbgal
on Stack Overflow
See other posts from Stack Overflow
or by barbgal
Published on 2010-06-17T08:12:46Z
Indexed on
2010/06/17
8:23 UTC
Read the original article
Hit count: 172
c++
i see lot of struct code like below
struct codDrives {
WCHAR letter;
WCHAR volume[100];
} Drives[26];
we can use variables or array something like that to store the data..
but i am not sure why use struct in the programs.
i am beginner so please for my dump question
Thank you for the time spent to me
© Stack Overflow or respective owner