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

Search:

Type: Posts; User: qabdullah

Search: Search took 0.02 seconds.

  1. Re: Passing 2D array to and from a function in C++

    #ifndef GUARD_Cb_n_h
    #define GUARD_Cb_n_h
    double** Cb_n(double roll, double pitch, double heading);
    #endif // !GUARD_Cb_n_h

    is this the correct use of tag? Thanks.

    Qassim
  2. Re: Passing 2D array to and from a function in C++

    I did not really do this on purpose as I still did not figure out how it works. There was a window for tag and it tells me you have max of 5 and should be seperated by comma. I cut and pasted the...
  3. Passing 2D array to and from a function in C++

    Hello,

    I am new to C++ and having problem passing arguments between main and a function.
    I would like to pass three values to a function, have it calculate a 2D matrix and return it back to main....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured