Praetoriansys
Technical User
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
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