Unavialable
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
Re: arrays of variable size     

Group: comp.lang.fortran · Group Profile · Search for Unavialable in comp.lang.fortran
Author: Craig Powers
Date: Oct 25, 2006 08:01

... problem with simple solution) Yes. Actually the initialized value is depend on your system. It's in general equal to 0. But be careful, all the element would be unavialable after you deallocate it. It's in general not initialized at all unless you do so explicitly (as stated and suggested by dpb), typically meaning that it has whatever was in the location previously. That...
Show full article (0.93Kb) · Show article thread
Re: arrays of variable size     

Group: comp.lang.fortran · Group Profile · Search for Unavialable in comp.lang.fortran
Author: Les
Date: Oct 25, 2006 04:05

... problem with simple solution) Yes. Actually the initialized value is depend on your system. It's in general equal to 0. But be careful, all the element would be unavialable after you deallocate it. If you aim to write portable software, and/or write software to be used by others, and/or may in the future change your compiler then NEVER assume initialisation of variables by ...
Show full article (3.53Kb) · Show article thread
Re: arrays of variable size     

Group: comp.lang.fortran · Group Profile · Search for Unavialable in comp.lang.fortran
Author: Fortran Learner
Date: Oct 25, 2006 03:43

... dbp (simple problem with simple solution) Yes. Actually the initialized value is depend on your system. It's in general equal to 0. But be careful, all the element would be unavialable after you deallocate it. 2) if the required space for the new allocation is greater than the available contiguous space, the allocation will take another slot of memory, with the subsequent loss ...
Show full article (1.23Kb) · Show article thread