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 SkipVought 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: *

  1. Lloydone

    Compiler

    Oh sorry the platform would be XP, but was also considering using the latest version of Ubuntu aswell, does that change much?
  2. Lloydone

    Tutorials

    thanks for the reply, much appreciated
  3. Lloydone

    Compiler

    Could some one recommend a place where I could download a Compiler for C that is freeware. Regards
  4. 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
  5. Lloydone

    Latex

    thanks Regards
  6. Lloydone

    Latex

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

    Reading file names from an external hard disk

    Norbert, in actuality this simple breakdown has helped alot in the way I could conduct writting my code. So much so I have shown some of my colleagues :) I am off to check the documentation of Absoft. xwb, could you explain your variables in call system. Thanks Team Lloyd
  8. Lloydone

    Reading file names from an external hard disk

    xwb, thanks for your link I will see to it. Norbert, I am dealing with two types of files in my hard disk with the extensions '.hdf' and '.hdf.met' and I only want a code to read in file names with the '.hdf' extension. In regards to my code mentioned above you are right that the variable...
  9. Lloydone

    Reading in strings through read operation

    Thanks for that, Can you check the other recent thread of mine please Norbert Regards, Lloyd
  10. Lloydone

    Reading file names from an external hard disk

    That last post was for the other thread, my bad. Thanks for your last post Norbert this will help. Here is a copy of my 'readme' code : !This Subroutine reads a file input as 'aString' !then writes them into an array called holder subroutine readme (aString) use L2Parameters implicit none...
  11. Lloydone

    Reading file names from an external hard disk

    So this is the same as the '(len=50)' command. I will give it a shot. But I was reading up on it and I believe the '/' is a special character as you said...
  12. Lloydone

    Reading in strings through read operation

    Norbert, Is this giving length to my variable or allocating more memory per character within my variable? Regards , the forward slash bandit
  13. Lloydone

    Reading file names from an external hard disk

    xwb, I am using an absoft compiler on a mac os x system. Norbert, I am using a similar code to read strings from a file. But can I open the external hard disk file , namely where you have inputfile.txt can I have '/Volumes/disk/files' and then read the file names from only those files with...
  14. 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
  15. Lloydone

    Reading in strings through read operation

    I circumvented the problem by making '/' a sting and concatenating the lot
  16. Lloydone

    Reading in strings through read operation

    I use an Absoft compiler. I read operation is in a subroutine that reads a series of strings from a file (which contain the '/' character) into an array. Regards, Lloyd
  17. 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...
  18. Lloydone

    HDF file format

    Yea I am using FORTRAN to do so and have for the past month, I work through a subgroup of JPL. We believe FORTRAN can offer the best proccessing times. Just have a few kinks in my code to do with the HDF format :-(
  19. 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
  20. Lloydone

    Weird Runtime Error

    I agree with Norberts first post :D

Part and Inventory Search

Back
Top