code::blocks question | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 3
use visual studio 😁
5th Oct 2018, 7:02 PM
AliR૯za
AliR૯za - avatar