Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

how do use visual studio 2008

Stanley_W_K_Shum
Beginner
815 Views
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 Solution
Steven_L_Intel1
Employee
815 Views

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.

View solution in original post

0 Kudos
3 Replies
Steven_L_Intel1
Employee
816 Views

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.
0 Kudos
Stanley_W_K_Shum
Beginner
815 Views
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
Steven_L_Intel1
Employee
815 Views
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?".
0 Kudos
Reply