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; }
1 Réponse
+ 3
use visual studio 😁