- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have a simple program to make the computer to count from 1 to 100. i create a fortran 90 files and then i build it. i don't quite understand what build does and how it is use. then i batch build and compile it.
there was no mistake. in the program, i use print *, a where a is an integer from 1 to 100. the star suppose to print the output on the screen but there was nothing.
where i did wrong.
there was no mistake. in the program, i use print *, a where a is an integer from 1 to 100. the star suppose to print the output on the screen but there was nothing.
where i did wrong.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See if Introduction to Intel Visual Fortran helps. If you run the program with "start debugging" and do not set a breakpoint, then the program will run to completion and the console window will disappear. Use "Start without debugging" instead, which will leave the window up, or set a breakpoint to step through the code.
I also recommend reading the documentation section on using Visual Studio.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See if Introduction to Intel Visual Fortran helps. If you run the program with "start debugging" and do not set a breakpoint, then the program will run to completion and the console window will disappear. Use "Start without debugging" instead, which will leave the window up, or set a breakpoint to step through the code.
I also recommend reading the documentation section on using Visual Studio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Stanley W K Shum
i have a simple program to make the computer to count from 1 to 100. i create a fortran 90 files and then i build it. i don't quite understand what build does and how it is use. then i batch build and compile it.
there was no mistake. in the program, i use print *, a where a is an integer from 1 to 100. the star suppose to print the output on the screen but there was nothing.
where i did wrong.
there was no mistake. in the program, i use print *, a where a is an integer from 1 to 100. the star suppose to print the output on the screen but there was nothing.
where i did wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stanley,
I don't see any new text in your reply. Please try again, and make sure you type outside the gray quote box, or uncheck "Quote this reply?".
I don't see any new text in your reply. Please try again, and make sure you type outside the gray quote box, or uncheck "Quote this reply?".

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page