Qt 6.11 is out! See what's new in the release
blog
Intializing all the structure variable at once
General and Desktop
2
Posts
2
Posters
894
Views
1
Watching
-
@ struct LoadsForAPDLScript
{
double JntLCLoad;
double JntPPLoad;
double JntLimManLoad;
double JntLimShockLoad;
double JntOthLimTenLoad;
double JntOthLimManLoad;
double JntBPLoad;
double JntUltManLoad;
double JntUltShockLoad;
double JntOthUltTenLoad;
double JntOthUltManLoad;
};@
Is there any way to initialize all the struct variable mentioned above in one line instead of initializing it one by one ?