Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Lloydone
  • Content: Threads
  • Order by date
  1. Lloydone

    Compiler

    Could some one recommend a place where I could download a Compiler for C that is freeware. Regards
  2. Lloydone

    Tutorials

    Hey all, I am just about to embark on learning C. I have programmed in FORTRAN and Java. Could anyone suggest any tutorial sites? Regards
  3. Lloydone

    Latex

    hey guys this is kind of unrealated to this forum but is there a latex forum on this site? Regards
  4. Lloydone

    Reading file names from an external hard disk

    Can anyone give me a clue as to how to go about reading file names with a certain extention into an array via the read option. Regards, Lloyd
  5. Lloydone

    Reading in strings through read operation

    hey all, I have come across a problem using the read operation to read in a particular character. It involves reading in a path name for a file which will inherently have '/' characters. It turns out my read code cannot read in these codes. Has anyone else come across this problem before ? Any...
  6. Lloydone

    HDF file format

    hey all, Has anyone used f90/95 in conjunction with HDF file format. If so do you know some links that might offer some help with this format and FORTRAN? Regards, Lloyd
  7. Lloydone

    License Error

    Hey all, I run into a licensing error whilst using an absoft compiler, the error is shown below: Scan completed f95 -o "./build/starter.o" -c -nowdir -s -YEXT_SFX=_ -YEXT_NAMES=LCS "./starter.f95" Unable to obtain license: license server not found my code was operational before but now...
  8. Lloydone

    Adding like arrays

    Is there short hand for adding arrays of the same shape to each other rather than having a whole heap of do loops? Regards, Lloyd
  9. Lloydone

    Reading the length of a Dimension

    Hey all, could someone tell me how to read the length of a dimension in an array. Namely say the third dim of : real,dimension(4) :: testarray(4,180,75,2) so that the answer is 75 Regards, Lloyd
  10. Lloydone

    Problem with Implicit none

    Hey all, I find i get this error when i Define one of my varibles within a do loop : if(varibale.gt.bin)exit ^ cf90-113 f90fe: ERROR FREQDISTRIB, File = ./freq.f95, Line = 40, Column = 11 IMPLICIT NONE is specified in the local scope, therefore an...
  11. Lloydone

    Writing to File

    when writing to a file, I sometimes get the read out '******' instead of a real number, does anyone know why this is?
  12. Lloydone

    Short command for Squaring

    Does anyone know of a short hand command for sqauring a number?
  13. Lloydone

    Read subroutine

    hey people, doing some research with HDF files, I want to list the file names within a file called say 'names.txt' when using the below code, when i alter the number of file names the code works occassionally and other times it doesnt. can you see why ? subroutine readme (aString)!input would...

Part and Inventory Search

Back
Top