0
C vs C++ vs Java in Coding Comfort?
Which makes you feel better while coding? Why?
3 Answers
+ 3
As I have completed java.It is very friendly and object oriented
+ 3
c plus â provides much beautifying coding environment followed by C...
Java would have been in my opinion if not for its large lines of Code
e.g.
cout
printf()
and
System.out.println()
đ€Ł
+ 1
Depends on usecase. If you need object orientated programming: Java. If you need fast operations: C++ or C. If you have less Ressourcen (microControllers): C or even Ansi C. :)
I also want to add, that your developenent environment is important as well. Coding in the basic editor from windows is more difficult than using eclipse or visual studio for example, because of intellySense and real time compiling :)