+ 1
Can C++ do everything C can do?
I started programming learning C++. I did struggle with the syntax and all being a newbie but I eventually figured it out and I can say I was very familiar with C++ syntax as at that time. Due to some reasons I stopped programming for a while. When I started programming again I went into web development, learnt a lot of JavaScript and OOP concepts. Interested in GameDev and hardware programming, I thought C might be just what I need. But I'm already familiar with C++ so I'm really not sure.
2 Réponses
+ 3
Yes, C++ is the Superset of C .
+ 3
Yes , C++ is better than C , almost every topic covered of C with some extra topics also provided.