+ 2
C is not comfortable
Hey, i was learning some C and i noticed it isnt as comfortable as other languages like ruby, c++, c#, java, etc... Is this normal? Ive read it is a low level programming language, does this has a relation with that? I am the only one that sometimes i feel uncomfortable when programming with it? Thanks :)
2 Respostas
+ 2
Yes it is. Mainly because it doesn't support popular paradigms like oop and fp. So the way you code in c is probably different than other languages. And that's why C++ exists. It adds stuff that C doesn't have.
+ 2
yes it is true C programming language does not support OOP because it is base on procedureal programming language but it is comfortable if you are just try to learn more about programs and programming | i felt that when i was started programming