code::blocks question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

code::blocks question

How can I make code::blocks stop giving curly braces their own lines? for example for(int x=0; x<5; i++) { cout << "Hello World!" << endl; } this is annoying I like it this way for(int x=0; x<5; i++) { cout << "Hello World!" << endl; }

5th Oct 2018, 5:10 PM
Daniel Cooper
Daniel Cooper - avatar
1 Answer
+ 3
use visual studio 😁
5th Oct 2018, 7:02 PM
AliR૯za
AliR૯za - avatar