Log in

View Full Version : C++ STL and 2009 Controller


interfect
26-12-2008, 17:24
Is the C++ Standard Template Library available for C++ code targeting the 2009 control system? I'm going to be trying to teach our coders C++ for this year, but there's not much point in going through useful stuff in the STL if we can't use it.

Greg McKaskle
26-12-2008, 19:03
STL can certainly be used. If the default build system doesn't include an STL implementation, the LV build often uses STLPort. The LabVIEW realtime library uses STL, and I'm pretty sure vision does too, so I know it is supported.

Greg McKaskle