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 gkittelson 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. merrimanjd

    Multi-dimensional pointer arrays

    Hello, I am having some trouble using multidimensional arrays with pointers. I am able to create the array whatever size I want with this code from http://community.borland.com/article/0,1410,17224,00.html float (*temp)[3]; temp = new float[2][3]; temp[0][0] = 2.345...

Part and Inventory Search

Back
Top