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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -