Fortran Learn Fortran Programming: Compaq Visual Fortran 6 Options

  • Thread starter Thread starter j. martinez
  • Start date Start date
  • Tags Tags
    Fortran
AI Thread Summary
To start programming in Fortran using Compaq Visual Fortran 6, the recommended approach is to select "Developer Studio" from the initial options. Within the Developer Studio, users should navigate to the "Project" tab and choose "Fortran Console Application" to create a new project. This setup allows for code execution from the command line. It is advised to create a project rather than a single file to better manage and organize the code. Users can add and create files within the integrated development environment (IDE) for a more streamlined coding experience.
j. martinez
Messages
2
Reaction score
0
Hello,

Currently I am using compaq visual fortran 6 to learn fortran programming.

I am very beginner on this so I really confuse about how to use it. Can anyone tell me which option I should choose from the following attached image, to start writing some fortran code?

http://img10.imageshack.us/img10/3903/cvf6startmenu.png

Regards
 
Last edited by a moderator:
Technology news on Phys.org
I'm not familiar with the image you posted, but it seems to me that "Developer Studio" would be the way to go.

The rest of those options should be available to use for your code through the Dev. Studio.
 
Hi Maxwell, Thank you for the fast reply. Rather than try it by myself, can you tell me which tab and which of its option I should choose next for sure?

Regards

Jayson

http://img354.imageshack.us/img354/4462/cvf6projectstab.png

http://img15.imageshack.us/img15/1992/cvf6filestab.png
 
Last edited by a moderator:
Hi, you should choose Fortran Console Application in the Project tab. And you should choose a name for your project on that same tab.
 
j. martinez said:
Hi Maxwell, Thank you for the fast reply. Rather than try it by myself, can you tell me which tab and which of its option I should choose next for sure?

Regards

Jayson

Hey Jayson, I didn't see that you replied.

For the first picture, like pezze said, you should choose the Fortran console application. This will allow you to create a project and run the code from the command line/console.

The tab in the second picture includes options for creating a single file as opposed to a project.

Create a project and add and create files to it from within your IDE.
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

Replies
8
Views
1K
Replies
17
Views
6K
Replies
4
Views
5K
Replies
1
Views
2K
Replies
8
Views
2K
Replies
3
Views
2K
Replies
9
Views
2K
Back
Top