having trouble for making a linked list in fortran -


i have question creating linked list in fortran. hope 1 has ideas me! want create list contain nodes , every node has 1 function. possible or not? , can use linked list purpose?

type node      integer                 :: handle      double precision, function      ::      type(node) , pointer    :: next end type nod 


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -