Connecting Tech Pros Worldwide Help | Site Map

C Programming help requested

Eric Chase
Guest
 
Posts: n/a
#1: Oct 15 '05
Can someone please help with a program that I have.
I would like to find out what it would take to run it, or how to run it.

There is only one file with the extention (.c) and the rest of the files
have and extentions of (.f)

When I attempt to compile with cc, it gives warnings and failures. When
I attempt to RUN it, it is stating that it can't find one of the files
that in listed, and is present in the directory.

I can provide the code in .zip format, that is how it's packed. Thank
you for your help in advance to who ever is willing to tackle this project.

Eric
Rolf Magnus
Guest
 
Posts: n/a
#2: Oct 15 '05

re: C Programming help requested


Eric Chase wrote:
[color=blue]
> Can someone please help with a program that I have.
> I would like to find out what it would take to run it, or how to run it.
>
> There is only one file with the extention (.c) and the rest of the files
> have and extentions of (.f)[/color]

..f files are likely to be fortran source code, so you need a fortran
compiler.

Branimir Maksimovic
Guest
 
Posts: n/a
#3: Oct 15 '05

re: C Programming help requested



"Rolf Magnus" <ramagnus@t-online.de> wrote in message
news:dir2p0$a6m$01$1@news.t-online.com...[color=blue]
> Eric Chase wrote:
>[color=green]
>> Can someone please help with a program that I have.
>> I would like to find out what it would take to run it, or how to run it.
>>
>> There is only one file with the extention (.c) and the rest of the files
>> have and extentions of (.f)[/color]
>
> .f files are likely to be fortran source code, so you need a fortran
> compiler.[/color]

Forth also use this extension, particularly win32 forth,
but it can be anything:
http://filext.com/detaillist.php?ext....f&goButton=Go

Greetings, Bane.


Closed Thread