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 Wanet Telecoms Ltd 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: Lili70
  • Content: Threads
  • Order by date
  1. Lili70

    dynamically allocated two-dimension arrays

    I have a problem with accessing two-dimension array in the subprogram which was allocated dynamically in the main program. The declaration is: const short mdeme; double (*nv)[mdeme] = new double[nval][mdeme]; When I'm tring to initialize an array in subprogram I'm getting an error: Access...

Part and Inventory Search

Back
Top