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 wOOdy-Soft 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. maria7

    static 2D array declaration

    The reason for 2D is because it is a geometry file, so it has to be 2D. I've had problems passing a 2D array from Fortran to C, so I copied a 2D array into 1D and passed it to C that way, but I can't copy it back into 2D (it's a necessary part of the program).... I am sorry, I didn't really...
  2. maria7

    integer to string

    Hello, This is a pretty simple question I hope... I have to create a few files with names containing certain variables - for example blah_1_2.dat, where 1 and 2 are some variables. How do I do that?
  3. maria7

    static 2D array declaration

    I have a problem declaring a static 2D array, because the parameters that I use to size it are passed from a Fortran function (they must come from there). Therefore, they are not recongnized as constant numbers. Is there any way around that?

Part and Inventory Search

Back
Top