Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

pointer including allocatable array?

matitu
Beginner
431 Views
Is it possible to construct something like this?
type test
integer, dimension(:), allocatable :: value
type(test), pointer :: next
end type test

Thank you
0 Kudos
1 Reply
Steven_L_Intel1
Employee
431 Views
It is in Intel Fortran 8. This is an extension to Fortran 95, something that is part of the upcoming Fortran 2003 standard and is already implemented in Intel Fortran (as well as Compaq Visual Fortran 6.6C.)
0 Kudos
Reply