Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
how to get the addres of a pointer in fortran 90   Message List  
Reply | Forward Message #423 of 509 |
Hi,

I would like to know how can I print the addres of a pointer , in
Fortran 90. When I try to print the pointer only appear the value of
the variable that is associated to it. Is there other manner than by
"loc()"?? (but it only accept the associated variable)


thanks

millena













Sat Sep 10, 2005 5:21 pm

millenavillar
Offline Offline
Send Email Send Email

Forward
Message #423 of 509 |
Expand Messages Author Sort by Date

Hi, I would like to know how can I print the addres of a pointer , in Fortran 90. When I try to print the pointer only appear the value of the variable that is...
millenavillar
Offline Send Email
Sep 13, 2005
7:32 am

millenavillar <millenavillar@...> wrote:Hi, I would like to know how can I print the addres of a pointer , in Fortran 90. When I try to print the...
ramy ramy
sasa_roma1
Offline Send Email
Sep 16, 2005
5:57 pm

... F90 pointers are funny creatures in that they are dereferenced in almost all contexts. You are not supposed to be able to get at them directly. A "usual...
w6ws
Offline Send Email
Sep 19, 2005
4:59 pm

... F90 pointers are funny creatures in that almost any reference to them causes them to be dereferenced. The "usual trick" with F90 pointers is to place them...
Walter Spector
w6ws
Offline Send Email
Sep 19, 2005
4:59 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help