how to open big filesit seems OS is limited to open 2gb as input file on fopen()... that is why i'm seeking some options ...
how to open big filesHi, just wanted to know how to open a file with filesize greater than 3gb using fopen() command or i...
HelpPlsHow to convert large chars to integer and hexgot it working on bit64 system ... thanks really appreciate your support
HelpPlsHow to convert large chars to integer and hex#include<stdio.h> int main() { char char_num[17]; __int64 int_num; char new_val[]={N...
HelpPlsHow to convert large chars to integer and hextried it on visual c++ 6.0 error below: Compiling... char_hex.cpp d:\temp1\char_hex.cpp(5) : err...