155 Posted Topics

Member Avatar for VernonDozier

Just curious, is there a reason why you need to bounce around in the file? Is it such a large file that it can't be loaded to RAM? Why not use file mapping to map it to a series of struct's or arrays of struct's so you dont ever need …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for itsmeisuru

I noticed this forum post and decided to contribute with some modifications. If you are interested, I took Adak's code and modified it to be more robust and better suited for larger input files. If you need to adapt this software for use in a commercial environment, you may prefer …

Member Avatar for N1GHTS
0
108
Member Avatar for wormwired

% is the Modulo function. It gives you the remainder of a division between two numbers. Its an operator in C and C++.

Member Avatar for jijisha
0
83
Member Avatar for N1GHTS

Hello, I have a problem with compiling my code... Platform: [b]Ubuntu Linux 10.04[/b] Compiler: [b]gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3[/b] IDE: [b]Netbeans 6.9.1[/b] My C program is required to exclusively deal with Unicode. I can use these functions just fine: [b][COLOR="Green"]wcscpy(), wcslen(), mbstowcs(), wcstombs(), snprintf()[/COLOR][/b] The problem seems to only be when …

Member Avatar for N1GHTS
0
613
Member Avatar for sakthi_2001

@peacemission You attempt at tricking people to go to the unrelated site you are promoting is in fact causing that site to appear much less appealing to those with legitimate interest in it. I would highly suggest you reconsider posting more of this spam for credibility sake.

Member Avatar for twomers
0
719

The End.