I am just getting started with codeblocks and trying to create a project for Fortran code. I go to: create a new project this opens, then I assume I select Fortran Application (which I did) is this correct? Then I hit go and the Fortran project wizard opens. It then asks for a Project Title, simple enough, It also asks for folder where the project will reside. This is where I have a question. What are the specifics for selecting this folder? Can I just create a new folder anywhere on my C drive. My fortran project will also include files which I will be reading information from in the Fortran program and files I want to write information into. Do all these files have to be in some specific folder?. In the fortran code how do I specifically identify these files to either open, read or write? When I reference these files for opening do I need to provide the full path and filename?
When I compile the fortran program where is the machine (binary) code stored? Do I have to create a bin subfolder?