home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dziuxsolim.rutgers.edu!spade.rutgers.edu!xiong
- From: xiong@spade.rutgers.edu (Xiong)
- Newsgroups: comp.lang.fortran
- Subject: Dynamic Memory Allocation in FORTRAN, Question
- Message-ID: <Dec.20.02.22.20.1992.7312@spade.rutgers.edu>
- Date: 20 Dec 92 07:22:20 GMT
- Organization: Rutgers Univ., New Brunswick, N.J.
- Lines: 13
-
- Hi, I am wondering if it is possible to allocate memory dynomically in
- FORTRAN as in C? I am loooking for something equivalent to:
-
- int * a;
- a = (int *) malloc (numx * sizeof (int));
-
- in C.
-
- Thanks a lot for your help. If this question has been asked before (I
- did not find it in the FAQ), plese e-mail me the answer at
- xiong@spade.rutgers.edu.
-
- Junjie
-