Hi.
I have a piece of code that has several libraries sharing a common code base. The libraries are compiled from this common base plus their own bits of unique code.
One piece of data that all the libraries share is a "Phase Type", a derived type containing several common pieces of data...
Hi.
One of our users is having a problem and I'm a bit stumped as well. They're trying to pass a pointer component of a derived type into a subroutine and treating it as a normal array at the other end. However the data is ending up as garbage.
Is this legal?
module mod
type deriv...
Hi there,
I've got a bit of code that I've been given to work on. It uses a structure constructor to initialise a derived type, but it uses a function within the constructor to set a pointer.
Is it legal to do this ? I'm getting different results on different compilers (Intel's compiler is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.