
please wait
|
|
st[0].member = whatever;
Hi, I some trouble with the syntax for passing a member of struct who is an array struct Mystruct { double member double myaccount[12345] }; main() { .... ...... while( x<= than the number of account) { Mystruct.memberdouble[x]= somefonction( struct Mystruct myaccount[x][]) x++ }..... } thank you |