is C++ better than C?
I never liked C++. It is complex and has nothing special as compared to C. I anyways don’t like OO languages. They are slow and complex. Though I always heard people saying that C++ is better than C. Rather my friends ( those who do not use Java) use C++. I always try to use C. At least when the choice is between C and C++, I prefer C. Sometimes, when I am doing projects with other guys, they will prefer C++ and I will say lets use C and for this favor I end up doing more coding, but its better than touching C++. C is simple and fast. No stupid complexity.
It’s time to sleep, otherwise I would had written more. But I think this page says it all. ( my apologies, the link is aspx page ) http://geekswithblogs.net/chrishan/articles/72646.aspx
Categories: C, Programming, Reviews
“has nothing special as compared to C”
It has an stl…
It’s nice to not have to hack out your own data structures once and a while.