When I use:
char FILE_SIZE[1384446]
I get an error
Whwn I use:
char FILE_SIZE[1000000]
I don't get an error but I can not access my entire file. Is there a way around this? Can I use a different variable type that stores the same as a char?
Thanks
How can I access a specic memory location, and what are the rules and regs to follow when doing this(ie. can't access certain addresses, addressing scheme, ect..)
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.