+ 1
Code format
Is there something I can download on my computer to put .cpp code in the correct format
2 odpowiedzi
+ 1
Thank you
0
By format, you mean that helps you by autoindenting, outlining errors and what not?
I use the vim editor in linux/mac computers. it takes a ton of getting used to.
I also use clion for days when I'm lazy. It's extremely powerful.
You can also use notepad++ with the plugin.
All of these will require the compiler though. MinGW!