I have been looking through some MFC code and i came across this expression. It was in OnInitDialog() function, didn\'t look like it\'s MFC specific. The variables had some
something, somethingElse = 0;
probably, it is done to avoid the unused variable warning on variable something an to initialize the somethingElse variable to 0.
somethin
somethingElse
0