i have a function like "GetExactMatrix(int(huge *buf_x)[250])" in older version of DOS compiler (C600). When i am trying to use the same in in C++ compiler it's not accepting the "huge *". I need a help that how can i use the same thing in C++.