code::blocks question | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 3
use visual studio šŸ˜
5th Oct 2018, 7:02 PM
AliRą«Æza
AliRą«Æza - avatar