User profile: swordfish622

User info
User name:swordfish622
History
Joined:
Number of posts:7
Latest posts:

how to open big files
it seems OS is limited to open 2gb as input file on fopen()... that is why i'm seeking some options ...

how to open big files
Hi, 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 hex
got 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 hex
tried it on visual c++ 6.0 error below: Compiling... char_hex.cpp d:\temp1\char_hex.cpp(5) : err...