Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8364979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:33:23+00:00 2026-06-09T12:33:23+00:00

I have a fortran pointer, referring to some allocated memory. I want to hash

  • 0

I have a fortran pointer, referring to some allocated memory. I want to “hash” it so that I get a unique number referring to that memory. In C, I would convert the pointer location to an integer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:33:23+00:00Added an answer on June 9, 2026 at 12:33 pm

    In Fortran 95 I don’t believe this is possible in a strictly standard conforming way. You would need to use vendor extensions – the necessary capability is often available via an intrinsic called LOC or similar.

    In Fortran 2003, depending on the nature of the object being pointed to by the Fortran pointer, you could convert the C address of the object (its memory location) to an integer.

    USE, INTRINSIC :: ISO_C_BINDING, ONLY: C_LOC, C_INTPTR_T
    TYPE(thing), POINTER :: object
    INTEGER(C_INTPTR_T) :: an_integer
    !****
    ALLOCATE(object)
    an_integer = TRANSFER(C_LOC(object), an_integer)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some Fortran 77 source files that I'm trying to convert from a
I have a fortran dll, and I want to know the assemblies that it
I have a FORTRAN 95 program that needs to make some calls to the
I would have dared say that the numeric values computed by Fortran and C++
I have some routines written in fortran that I'd like to use in my
I have a binary file that I would like to read with Fortran. The
I would like to have a Fortran write statement formatted to depend on some
I have Fortran-based 3D column-major order array flattened into linear memory. What formula/algorithm can
I have some old fortran 77 I'm trying to port to gcc on Windows.
I have the following FORTRAN code which I need to convert to C or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.