- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear All,
I know that this question might be too easy to ask, but I am novice Fortran user. The question that I would like to ask is that when I do some calculation in my program, I would like to see the result on the terminal screen. However, the terminal screen disappears before showing the result.
I was jsut wondering how I can display the result on the terminal screen.
I do thank you so much for your kind advice.
Kind rgeards,
Oktay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can place a PAUSE at the end of the program.
Note, when launching the program from MS VS, it is standard operating procedure to close the CMD window.
You can avoid this in Release build by issuing: Debug | Start without debugging
In Debug mode, place a break point at end of program (or PAUSE, or Debug | Start without debugging)
If you launch a finished application from Double Click, use the PAUSE route.
Jim Dempsey
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can place a PAUSE at the end of the program.
Note, when launching the program from MS VS, it is standard operating procedure to close the CMD window.
You can avoid this in Release build by issuing: Debug | Start without debugging
In Debug mode, place a break point at end of program (or PAUSE, or Debug | Start without debugging)
If you launch a finished application from Double Click, use the PAUSE route.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Jim,
Thak you so much for your kind answer.
Kind regards,
Oktay
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page