I love Code :: Blocks, but it has a problem, I wanted it to already spill the instructions as soon as I put the ';' same as Visual Studio. Ex:
for(int i=0;i<n;i++)'' >> ''for(int i = 0; i < n; i++)
I love Code :: Blocks, but it has a problem, I wanted it to already spill the instructions as soon as I put the ';' same as Visual Studio. Ex:
for(int i=0;i<n;i++)'' >> ''for(int i = 0; i < n; i++)