Should I learn C or C++?

asked 2014-12-29 12:10:32 -0600

dcvsu gravatar image

I'm just getting started with programming, and I'm currently learning the basics of C. I was told that the decision which programming language to learn should depend on what you are trying to accomplish, in terms of projects/career. I want to use OpenCV, so should I stick with C, or would C++ be a better choice?

edit retag flag offensive close merge delete

Comments

4

if you want to use opencv, please use the c++ api.

(or even the python one, give that a try, too !)

berak gravatar imageberak ( 2014-12-29 13:55:49 -0600 )edit