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 TouchToneTommy 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. gacon113

    Need help with array memory in C

    Thanks ArkM. I try VC++6, it works now. Great! :D My favorite site: http://www.vntrade.info http://tourauvietnam.com
  2. gacon113

    Need help with array memory in C

    Thank you all for quick response. IMHO, you can't print array 256x65536 (it's tons of paper;). --> I will store in file What platform? --> I use windows XP You can't allocate 65536 elements on 16-bit platform (bad allocation then segment faults - 100%). This program allocates S on 32-bit...
  3. gacon113

    Need help with array memory in C

    I need to print an array[256x65536], I made a simple program but alway get error 2 if a=256 and b=65536. Please help. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <math.h> typedef unsigned int WORD; typedef WORD* WORDPTR; WORDPTR *S; WORDPTR D; WORD...

Part and Inventory Search

Back
Top