Re: NEWBIE QUESTION



richard symonds wrote:
>
> I am new to this group and looking for a charter or description of what is
> welcome and not welcome here. My questions will be very specific, but
> probably very elementary, and this may not be the appropriate venue. I
> learned my FORTRAN a long time ago, but until recently have only used it in
> console mode and with very little more advanced than what I learned way back
> then.
>
> Is there a better place for me to participate?

No...this is the place for Fortran-related stuff...

> ...For example, today I
> realized that a "C" in column 1 is not recognized as a comment in F90. Had
> me baffled for about 10 minutes until I stumbled across the answer in an
> online manual.

That's not <quite> correct--it isn't exactly F90, it's free source form
as opposed to fixed source form although free source form was introduced
in F90. You can write F90/95-compliant Fortran in traditional fixed
format source form. (Although I think the free source form is much more
readable in general).
.



Relevant Pages

  • Re: Help requested troubleshooting code
    ... I suppose the reason why my program identifier contained a space as in prandtl meyer was because I had originally used prandtl_meyer and my compiler gfortran complained about the underscore, and I figured that it might have been an invalid character to use in the program statement. ... difference between fixed source form and this other form you prefer? ... about fixed source form, ... The simillar thing in free source form is that you can't go past ...
    (comp.lang.fortran)
  • Re: Help requested troubleshooting code
    ... difference between fixed source form and this other form you prefer? ... about fixed source form, ... The simillar thing in free source form is that you can't go past ... So what do you do instead of the special columns of fixed source form? ...
    (comp.lang.fortran)
  • Re: Help requested troubleshooting code
    ... difference between fixed source form and this other form you prefer? ... about fixed source form, ... The simillar thing in free source form is that you can't go past ... So what do you do instead of the special columns of fixed source form? ...
    (comp.lang.fortran)
  • Re: Converting fixed-to-free format
    ... CONVERTING FIXED-TO-FREE FORMAT. ... "Anyone who wants to take the advantages of free source form ... Fixed source form is inherently an error-prone form ...
    (comp.lang.fortran)
  • Re: Converting fixed-to-free format
    ... CONVERTING FIXED-TO-FREE FORMAT. ... "Anyone who wants to take the advantages of free source form ... Fixed source form is inherently an error-prone form ...
    (comp.lang.fortran)