I was planning on learning a little bit of C or C++. What I'm trying to figure out is which I should learn. I already know and use Java everyday, so I have experience in OO programming. I assume most people will say C++, I'm just wondering why. Thanks in advance.



LinkBack URL
About LinkBacks



C++ is just much more flexible and powerful in the sense that it is truly "a programming language for programmers, not just programs". The customization features, however, don't appeal to everyone, and in that case, C is just as good. Some situations might even be more appropriate just using C (I suppose?). I just plain like C++ better. After all, what's life without a constructor?