Why code blocks is a bad environment to program. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Why code blocks is a bad environment to program.

code blocks is amazing!

19th Oct 2017, 3:27 PM
FIREmonger
FIREmonger - avatar
3 Answers
+ 15
@Gordie i have experienced one or two crashes so far(codeblocks stop working),now i think it is worse
19th Oct 2017, 8:24 PM
FIREmonger
FIREmonger - avatar
+ 6
Its not. Its a quite nice IDE and is comfortable to use and it is easy to adjust it for your needs.
19th Oct 2017, 5:25 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
0
Particularly, I have found two problems in codeblocks while programming with function and string. In codeblocks, you need to write the return type of function whenever you use it in main function otherwise it gives error such as: void func() { ----------; } main() { void func(); } another is you need to define size of any array in codeblocks. Means using only arr[] gives an error you need to specify the size of the array such as arr[5]. But over all it's okay...
22nd Jun 2018, 10:34 PM
Prasanta Roy Choudhury
Prasanta Roy Choudhury - avatar