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 bkrike 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: rummy98
  • Content: Threads
  • Order by date
  1. rummy98

    implementation of a dynamic 2D array

    I attempted to do this using a pointer to a specific data type, say int: int* x; then i created a single dimension array to hold the columns x = new * int [10] // this gives me an error for the * I wouldn't know any other way to create an array of pointers?!? then I would use a for...

Part and Inventory Search

Back
Top