Sometimes, I use too much '(',')' because of this anxiety:
if( ( ((a+5)/2) + (c*2)) == ((((b^1)&1) * 2) + 3) ){
blabla;
}
How to solve this issue?
I have "C++ operations anxiety"
Sometimes, I use too much '(',')' because of this anxiety:
if( ( ((a+5)/2) + (c*2)) == ((((b^1)&1) * 2) + 3) ){
blabla;
}
How to solve this issue?