The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.fortran
From: Dick Hendrickson <dick.hendrick...@att.net>
Date: Sat, 27 Oct 2012 11:27:15 -0500
Local: Sat, Oct 27 2012 12:27 pm
Subject: Re: Fortran's analog to "void*" ?
On 10/27/12 3:34 AM, john.chludzin...@gmail.com wrote:
> If want a subroutine to have a dummy argument that is a "void" pointer and within the subroutine cast it as a pointer to something specific, how is this best accomplished?
Maybe I'm misunderstand this (you're using way too many C terms for me > ---John
;) ). But I think something like this is what you (should?) want pointer :: xx, yy
Will set the association status of xx and yy to disassociated.
Then
to
if (.not. associated(zz)) zz => whatever
I think the NULL() function and the NULLIFY statement more or less Dick Hendrickson
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||