Jump to content

Pointers in Labview


Recommended Posts

Posted

What is equivalent to"C/C++ Pointers" in Labview programming?

There is not an equivalent. The closest thing is data value references, which creates what operates like a pointer, however LabVIEW operates on a different concept than C/C++ does as it is data driven. The DVR didn't exist for eight full versions of LabVIEW over 20+ years, so if you're looking to use them you should reconsider how your algorithm is implemented.

Tim

Posted

Also, LabVIEW manages memory for you, so you (typically) don't have to worry about passing everything by pointer or using pointers to allocate, etc.

Posted

It's a bit like asking "what's a LabView Wire" equivalent in C/C++ :D

True, but unless the person has programmed in LV for a while and understands dataflow programming that will appear to be a perfectly valid question. Or worse, they will think the answer to your question is "variables."

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.