0
I love Code::Blocks, only that there is a problem, I wanted it to already space 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++)
0
I love Code::Blocks, only that there is a problem, I wanted it to already space 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++)
1
Install the plugin Astyle. I believe that he solves what he wants.
Browser other questions tagged c c++ ide codeblocks
You are not signed in. Login or sign up in order to post.
Did the answer solve what you were looking to know? Do you think you can accept it now? If not, you need something else to be improved?
– Maniero