155 Posted Topics
Re: 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 … | |
Re: 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 … | |
Re: % is the Modulo function. It gives you the remainder of a division between two numbers. Its an operator in C and C++. | |
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 … | |
Re: @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. |
The End.