Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Ankündigungen
Important Update: Community Platform Migration​. Learn more​>

how do use visual studio 2008

Stanley_W_K_Shum
Einsteiger
2.724Aufrufe
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.
0 Kudos
1 Lösung
Steven_L_Intel1
Mitarbeiter
2.724Aufrufe

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.

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten
Steven_L_Intel1
Mitarbeiter
2.725Aufrufe

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.
Stanley_W_K_Shum
Einsteiger
2.724Aufrufe
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.

Steven_L_Intel1
Mitarbeiter
2.724Aufrufe
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?".
Antworten