Quote:
Originally Posted by EagleS!!
For C++, you have to learn C language.
|
C++ is for the most part a superset of C, but it lets you do lots of things that you can't in C. I wouldn't necessarily agree with this.
However, I would agree that C++ is probably much harder to master than LabVIEW. I love C++, but then again I've been programming in it and C for three years. A great tutorial I used when teaching myself C++ was
www.learncpp.com. You should definitely check it out if you want to take the C++ route.