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

  • Users: DonK9
  • Order by date
  1. DonK9

    Is int(*)[3] a multidimensional array?

    Actually, I am making a call into a library that demands an int(*)[3] and I'm not absolutely sure what the int(*)[3] syntax means. My question is how do I dynamically create an int(*)[3] ??
  2. DonK9

    Is int(*)[3] a multidimensional array?

    I thought int(*)[3] defined a multimensional array, so I made an int** and allocated the array dynamically. The compiler says, "Can't convert from int** to int(*)[3]. How should this be done? The library that I am using demands an array of triangles and their vertices.

Part and Inventory Search

Back
Top