[CS3304_1381] passing a pointer to a function

New Message Reply About this list Date view Thread view Subject view Author view

Gregory K Taylor (grtaylo3@VT.EDU)
Sun, 13 Feb 2000 10:50:08 -0500


Message-ID:  <002001bf763a$033d6840$6601a8c0@campus.vt.edu>
Date:         Sun, 13 Feb 2000 10:50:08 -0500
From: Gregory K Taylor <grtaylo3@VT.EDU>
Subject:      [CS3304_1381] passing a pointer to a function

How do I pass a pointer to a function?
I've tried the following:
FUNCTION ValueOf(root: ^node):REAL;
but the compiler won't have it.

If it can't be done....
is there a way to reference an existing variable with a pointer?
I'm looking for the equivalent of:
int a, *b;
a = 3;
b = a;


New Message Reply About this list Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b3 on Sun Feb 13 2000 - 11:10:23 EST