Jump to content

Pointers in Labview


naganathas

Recommended Posts

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

Link to comment

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."

Link to comment

Join the conversation

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

Guest
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.