6

I still wonder which one is better to fully learn/understand. I know to code something in both, I know about the different way of how they handle memory and I know about some of their use-cases, but then again... this stupid question still pops out:

C or C++ and why?

Comments
  • 6
    C++, I am a bit biased towards it, as it is my first language, but C++ is everything C. It holds the best of both worlds(empirical and OO programming).
  • 2
    Technically I run C++ but only use certain features that are useful and sugary. No classes. C++ just has some nice things like not having to do `typedef struct`.
Add Comment