Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Ansi -iso > Re: Double Care...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 121 of 217
Post > Topic >>

Re: Double Carets?

by CBFalconer <cbfalconer@[EMAIL PROTECTED] > Dec 15, 2004 at 04:07 AM

victor75040@[EMAIL PROTECTED]
 wrote:
> 
> I understand the use of the ^ in pointers and how pointers work.
> I recently came accross some code where they have for example:
> 
> T^^.next

It simply means that T is a pointer to a pointer to a record with a
field called next.

TYPE
  a = ^b;
  b = RECORD
    next : c;
    END;
  c = whatever;
  d = ^a;

VAR
  T : d;

if I haven't goofed, should cover it.

-- 
Chuck F (cbfalconer@[EMAIL PROTECTED]
) (cbfalconer@[EMAIL PROTECTED]
)
   Available for consulting/tem****ary embedded and systems.
   <http://cbfalconer.home.att.net>
 USE worldnet address!
 




 2 Posts in Topic:
Double Carets?
victor75040@[EMAIL PROTEC  2004-12-14 18:12:40 
Re: Double Carets?
CBFalconer <cbfalconer  2004-12-15 04:07:22 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Oct 7 7:53:35 CDT 2008.