0
Reduction of condition and reduction of compile time ?
can any one tell how to reduce compile time and the condition using in c++ code. as a exaple in my program i m using 3 if else and also 2 nested if else and a if in every main if else . i want to reduce my code compile time
2 Respuestas
0
Surely you can get to know a few tweaks here and there.
Using good logic is also helpful but comes with time as you practice.
Please post the specific code you want help with if possible
0
thanks Megatron yehh i found a way to shorter my condition thanks :)