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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 49 - 78 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
74
Hi Jorge :-)<br><br>If I understood your problem correct, then there is a possibility. It is a least ANSI Fortran77 standard. You can use something which is...
neamh0
Offline Send Email
Sep 4, 2001
7:00 pm
75
Now that you stated the concrete problem, I think I understand what you mean.<br><br>There is a standard way to do what you want, and there are also some ...
luisdereyna
Offline Send Email
Sep 4, 2001
8:52 pm
76
Hallo freundschaftlich, hola amigos.<br><br> Thanks for your advices, were very useful, now I can do what I was looking for.<br><br> You are real Fortran ...
jriosc
Offline Send Email
Sep 5, 2001
3:33 am
77
Hello..<br> I'm a new member.I have joined you to learn more about fortran that I'm going to have it in next semmester courses.<br> I suggest ,if you don't ...
peacerose2020
Offline Send Email
Sep 6, 2001
5:24 am
78
Hi Faiza, I'm glad to hear that there's another future Fortran programmer.<br><br> I think it's difficult that someone gives you weekly lessons, but I'm sure...
jriosc
Offline Send Email
Sep 7, 2001
2:35 am
Messages 49 - 78 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