Results 1 to 3 of 3

Thread: Moving from C++ -> Pointers in VB6 ?

  1. #1
    Guest
    Is there anything resembling pointers in VB6? I am looking at implementing some simple data structures(link list, Btree, AVL tree, red-black) in VB6 with a *nix (egcs) C++ background. Any help would be appreciated.

    -jfs

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Nope, no pointers in VB

    Closest thing to them is the AddressOf operator. Look it up.
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    Guest
    I assume you're doing AI work of some sort, and VB's not the way to go. Wrtie the procedures in C, package them in a DLL and call it from VB if you want a nice interface.

    I've tried to modify a treeview control for this before, but no dice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width