Here is the code I am concerned with:
double first(2), second(first);
Will the first variable always be initialized before a second one?
Here is the code I am concerned with:
double first(2), second(first);
Will the first variable always be initialized before a second one?