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. kalaiarasi

    How to load Dialog?

    Hi all, I have 2 dialogs with the class, COneDlg & CTwoDlg. In the COneDlg dialog, I have a button. So, when i click that button, the CTwoDlg dialog must appear. How can I do this? Pls help. Regards, Kalai
  2. kalaiarasi

    How to declare large array size?

    nope.. i dont.. no way of doing it huh?
  3. kalaiarasi

    How to declare large array size?

    Hi all, Is it possible to declare large sized array? double array[76800][76800]; I'm getting out of memory error. My RAM is 64MB. any other way of doing this? Kalai.
  4. kalaiarasi

    Matrix Multiplication

    Thanks sridharan!
  5. kalaiarasi

    Matrix Multiplication

    Hi all, Is there any predefined function in VC to do matrix multiplication? I have 2 2-D arrays and i would like to perform matrix multiplication between these 2 arrays. Any easier way? Help. Kalai
  6. kalaiarasi

    Insufficient memory

    Yes, the exception is caused by the array. Are u saying i must declare 50 array variables with that size?
  7. kalaiarasi

    Insufficient memory

    Hi all, I tried to declare a large array size: int array [50][320*240]; but i am getting runtime error: The exception unknown software exception (0xc00000fd) occured in the application at location ... is there any way i can solve this? Pls help! Kalai

Part and Inventory Search

Back
Top