- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Is there a portable way of replicating the fseek function (not using ifport)?
How can I replicate functions like:
i) filepointer = fseek(funit,startpos,0)
ii) filepointer = fseek(funit,offset,1)
Thank you,
T.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Fortran 2003 provides ACCESS='stream' and POS=ipos keyword arguments in INQUIRE, OPEN, READ and WRITE statements for this purpose. Please consult your compiler reference manual to ascertain if the functionality is sufficient for your needs.
