Since 4/2/2012 5:09:41 AM, invalid has written 7 articles and participated in 114 conversations. invalid signature: invalid
invalid's articles:
Items(7) /1
matmul trouble3244 (7/8/2007 8:29:01 PM) comp.lang.fortran I'm trying to decide from first principles how to represent the input when you read in a square matrix with a read (*,*). program maine2 integer :: x(3,3), z(3,3) write (*,'(a)',advance='no') 'Give m... Wade
re-lurking3925 (7/7/2007 12:46:56 AM) comp.lang.perl.misc I have tried to get perl scripts to work for me and failed at it enough to consider the endeavor a failure. I appreciated very much forum help as I tried to do something that I thought was attainable, but er... Wade
reverse engineering a sig266 (7/6/2007 7:27:35 PM) comp.lang.fortran program sig1 write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, & 6.0134700243160014d-154/),(/'x'/)); end program sig1 This was James Van Buskirk's sig on a recent post. The output is a string... Wade
funny story037 (7/1/2007 9:30:53 PM) comp.lang.c In which newsgroup do you publish funny stories about programming? I just had a misunderstanding with perl.exe and had miles of data in a dos window with esosman@acm-dot-org.invalid and nospam@torek.net . I... Wade
lurking290 (6/29/2007 7:24:25 AM) comp.lang.perl.misc I just wanted to mention that I'm following the standard wisdom in this forum to lurk for 2 weeks before waxing categorical. Our public library has a half a dozen decent references for perl. -- Wade Ward ... Wade
standard headers1127 (7/2/2006 7:22:34 PM) comp.lang.c++ If I # include "text.h" , where text.h consists of the following: # define NOTHING_IMPORTANT # include , am I writing c++? cordially, bfx ... BilfFord
moderator for c++ standard1027 (6/29/2006 12:33:03 AM) comp.lang.c++ I'd like to elicit comment from the moderator of the full-contact version of this forum. In particular, I would like to know his philosophy on the language and I means by which I can identify him. Cordially... BilfFord
matmul trouble3244 (7/8/2007 8:29:01 PM) comp.lang.fortran I'm trying to decide from first principles how to represent the input when you read in a square matrix with a read (*,*). program maine2 integer :: x(3,3), z(3,3) write (*,'(a)',advance='no') 'Give m... invalid(121)
pls suggest me a simple but good compiler for F771129 (7/9/2007 5:07:48 PM) comp.lang.fortran hello, i am using FORCE 2.0 compiler for fortran 77. can you please suggest me a good and simple compiler for fortran 77? force is not good as it adds automatically a new line after every WRITE statement ... ginko1(15)
how to resolve the problem?540 (7/6/2007 5:44:00 AM) comp.lang.fortran Dear all, In the fortran files, compiling all file is no error. However, in the linking process, many error of "unresolved external symbol" appear, why? How to resolve it? Waiting for your warming hand! ... xuyiquan(7)
Is Fortran faster than C?200385 (7/4/2007 2:05:13 AM) comp.programming Hi all, Please, allow me to ask this naive question... I am mainly a programmer in Matlab. Often times for the sake of speed, I convert my Matlab program into C/C++, often with the aid of numerical librarie... Vista
Problem with Lahey-Fortran 7.1362 (7/3/2007 7:29:08 PM) comp.lang.fortran Hi! I got a problem with my installation of Lahey-Frotran Express for Windows 7.1 First of all, I am in a very corporate world where we do not have many accesses and I believe this is strongly related to my p... trembl27(9)
graphical user interface1149 (7/3/2007 6:09:08 AM) comp.lang.fortran Dear All, I am planning to write a program using fortran 2003. However, some time later in the future I plan to set up a graphical user interface for the program. Is this possible? What programming language ... wwwwqi(2)
Scope question (gfortran odd-man out)4031 (7/2/2007 8:50:25 PM) comp.lang.fortran Consider the following code fragment: subroutine main : call internal : contains subroutine internal do i=... if (...) return enddo end subroutine end Should the undeclared variable "i" be ... awgreynolds(138)
Fortran to VB.net6564 (7/2/2007 5:06:24 PM) comp.lang.fortran My boss has be converting an OLD school FORTRAN simulation to VB. I have already discussed with him the option of updating the existing code to FORTRAN 95 and cleaning up the code but he was insistent so I am ... saquisenberry(24)
data mining1939 (7/1/2007 1:05:03 PM) comp.lang.fortran In data mining you are typically dealing with millions of rows of data and if you are talking about internet browsing data, even 100 million rows or more. Let us say that you have 30 attributes (explanatory v... analyst41(232)
Mixing C and C++825 (6/30/2007 11:56:34 PM) comp.lang.c I have an existing ANSI C library which makes extensive use of structs. I use these structs in my C++ code, but would like to benefit from C++ features such as ctors/dtors etc. I have modified the C header, a... grey1(36)