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 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.

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