|
|
back to boardabout memory(C : access violation) I use type[256*1024] int main(){ ... } run successfully . but use struct as int main() { type[256*1024] } get error : access violation and use type[256*1024 / sizeof(type)] get error : access violation what is the "A size of the input stream does not exceed 256 KB." means! |
|
|