Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44 - 73 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44
Hello. I've been programming with Fortran since 1965 and still am. A LOT of changes and improvements have been made as I'm sure you know. Right now I work for...
scubaduber
Offline Send Email
Jul 9, 2001
8:17 pm
45
Hi, since I just joined, I haven't had a chance yet to read all of the messages posted so far. But I was wondering if any of you are interested in applying...
scubaduber
Offline Send Email
Jul 9, 2001
8:19 pm
46
I believe that based on the precedence of the operators, the following would be an equivalent...
scubaduber
Offline Send Email
Jul 11, 2001
6:02 pm
47
Sorry, I didn't notice the previous correct answer posted about this question. Sorry for the duplication....
scubaduber
Offline Send Email
Jul 11, 2001
6:19 pm
48
Frankly, I don't think it makes a lot of sense to apply the object oriented paradigm to Fortran. For one thing, it's a call by reference, not a call by value ...
themooksman
Offline Send Email
Jul 12, 2001
4:35 am
49
Two comments:<br><br>1) In Microsoft Fortran, you can specify that a<br> parameter is to be passed by value. You just<br> include [value], brackets and all, ...
demiduet
Offline Send Email
Aug 20, 2001
5:49 am
50
Well, I've never written a compiler from start to finish (let alone an object oriented one) but it seems to me that it would. In Fortran, you're not "passing ...
themooksman
Offline Send Email
Aug 20, 2001
5:58 pm
51
Hello,<br><br>I'm trying to call a Fortran function contained in a dll from a VB 6 program. The function returns the p-value based on the chi square ...
bigcat007_1999
Offline Send Email
Aug 21, 2001
3:46 pm
52
I don't know the first think about VB or dll files, but that Fortran code you list does absolutely nothing....
themooksman
Offline Send Email
Aug 21, 2001
5:09 pm
53
Of course the code I listed does nothing. I omitted 99% of code and substitute an ellipsis. If you knew the first think about VB or dll files, you would ...
bigcat007_1999
Offline Send Email
Aug 21, 2001
6:25 pm
54
Visual Basic? I don't use crap like that, ok? I've already told you that. I already told you that I'm not familiar with dll files as well. So don't get on my...
themooksman
Offline Send Email
Aug 21, 2001
7:34 pm
55
Hi pal, I've called FORTRAN dll's from VB5, I think that you should create a module.bas instead of a Private function within your VB code.<br>In my program I ...
jriosc
Offline Send Email
Aug 22, 2001
3:15 am
56
Thanks for your suggestions. I located my error and it's in the Function declaration in the VB code. Instead of declaring the passed variables as you show (X ...
bigcat007_1999
Offline Send Email
Aug 22, 2001
4:39 pm
57
Hi I'm new here!<br>I'm looking for an old FORTRAN interpreter or at least a MS-DOS based FORTRAN, that is for a class of Programming Languages, could anyone...
roberto8080
Offline Send Email
Aug 25, 2001
4:15 am
58
Well, first of all, there never were any Fortran Interpreters because Fortran was never an interpretive language. What you need is a compiler. The only way I...
themooksman
Offline Send Email
Aug 25, 2001
2:16 pm
59
Thanks a lot themooksman, I didn't know that FORTRAN was never an interpretive language, I will I haven't installed Linux yet but I will follow your advise....
roberto8080
Offline Send Email
Aug 26, 2001
3:30 am
60
One additional fact you may find interesting: it is because Fortran was not interpretive that Basic was invented (which was far more primitive than Visual...
themooksman
Offline Send Email
Aug 26, 2001
3:52 pm
61
Finally I got a free compiler at <a href=http://www.cs.yorku.ca/Courses/1540/ftn.htm, target=new>http://www.cs.yorku.ca/Courses/1540/ftn.htm,</a> I guess the...
roberto8080
Offline Send Email
Aug 27, 2001
3:19 am
62
Hi folks, I need help for a personal project.<br> <br> I want to write a program that evaluates a function and optimize (maximizing or minimizing) that using...
jriosc
Offline Send Email
Aug 27, 2001
5:06 am
63
You make it sound like you want an interpretive programming environment. With Basic, LISP, or Matlab, you can keep adding functions as you go along. (Fortran...
themooksman
Offline Send Email
Aug 27, 2001
5:34 am
64
I've read your post again, and it's still a bit confusing, but judging from the first line, you don't really want to change the actual "function" at all. It...
themooksman
Offline Send Email
Aug 27, 2001
4:55 pm
65
Hi. I'm aiming for a program which solve Optimization problems such as Linear Programming, you know, objective function and some constraints.<br><br>I'll ...
jriosc
Offline Send Email
Aug 28, 2001
5:35 am
66
Of course I want that programs solve not only LP, but material and energy balances, pinch analysis, etc....
jriosc
Offline Send Email
Aug 28, 2001
5:41 am
67
I'm not a civil or mechanical engineer, so I've never implemented the kinds of functions you mentioned, but I have a better idea of what you were talking about...
themooksman
Offline Send Email
Aug 28, 2001
4:09 pm
68
I actually own a version of Matlab but I don't know how to use it, do you know where can I get a tutorial (for free, if possible)?.<br><br>Another question, is...
jriosc
Offline Send Email
Aug 29, 2001
4:23 am
69
It's not a matter of the language per se as much as the algorithms. Yes, the matlab algorithms are very numerically stable (much more so than what you get from...
themooksman
Offline Send Email
Aug 29, 2001
6:06 am
70
Thanks...
jriosc
Offline Send Email
Aug 30, 2001
1:25 am
71
Hi friends, how are you all.<br><br> I have a question about types, I hope you can help me.<br><br>I know how to change the type of vars at run time, that's,...
jriosc
Offline Send Email
Sep 2, 2001
3:51 am
72
What exactly do you mean with changing types?<br><br>The versions of the language I know do not support changing types. You can do tricks, that have been used ...
luisdereyna
Offline Send Email
Sep 2, 2001
10:33 am
73
Hi Luis.<br><br> Are you sure that's not possible?, well if that's my case can you tell me anything of that tricks you've talked about?.<br><br> I was ...
jriosc
Offline Send Email
Sep 4, 2001
8:02 am
Messages 44 - 73 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help