Quote:
Originally Posted by ksafin
...using a visual interface like LabVIEW...
|
Please don't fall into the trap of thinking that LabVIEW is merely a "visual interface" to some underlying C-like language. It's an actual graphical language, but more fundamentally it's a
dataflow language. That's a completely different style of programming from a procedural language like C++ or Java.