CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: beer_masterEXTREME

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    794

    Re: copying structs

    I am accessing FORTRAN code with the extern reference. Okay I will assume a simple '=' does the job.
  2. Replies
    2
    Views
    794

    copying structs

    hello,

    If I have a structure like this:

    extern struct mystruct {

    int[100] myarray;
    char[50] chararray;

    }
  3. Replies
    3
    Views
    626

    very easy syntax question

    I have a long equation that i need to start writing on one line and continue on the next, how do i do that?

    t1=2.0/(6316.0*zwtemp(ix,iy,iz)+(-1.55)+13609.0*zwtemp(ix,iy,iz)+(-1.86))

    i need to...
  4. C and FORTRAN global variable file?

    Hi, this problem involves a bit of FORTRAN:

    a fortran program can read variables right out of a file by just listing them, one per line (ex.):

    integer y
    integer x
    character c

    and then...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured