Thread: Pointers

  1. #1
    Frozen_Solid_16
    Guest

    Pointers

    I am trying to make a Database in C++Builder 5 using Linked Lists and don't know how to pass pointers from one form to another.

    I want to create the Linked List Header in the oncreate event of my MainForm, and be able to use it with my other forms. Is there a way to do this?

    Also, How do you pass variables to the events. For instance, when I click on button1, I want it to pass 2 numbers to the button1click function.

  2. #2
    Frozen_Solid_16
    Guest
    someone has to be able to help me....!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using pointers to pointers
    By steve1_rm in forum C Programming
    Replies: 18
    Last Post: 05-29-2008, 05:59 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. Staticly Bound Member Function Pointers
    By Polymorphic OOP in forum C++ Programming
    Replies: 29
    Last Post: 11-28-2002, 01:18 PM