User profile: vince1027

User info
User name:vince1027
History
Joined:
Number of posts:148
Latest posts:

I am trying to merge binary files
[quote][code]while( ( c = fgetc(input_file) ) != EOF ) fputc( c, output_file ) ;[/code][/quote] Thi...

I am trying to merge binary files
1. Your [tt]read()[/tt] function does not read the contents of [tt]pFile[/tt] and [tt]pFile2[/tt] to...

Assigning priority to strings
Using what you have, you can just iterate through the [tt]p[/tt] array, get the index with the highe...

I am trying to merge binary files
You have written functions that can potentially lead to memory leaks. Having said that, you have som...

about compiler
[quote]AFAIK, you can use GC as far as you don't use multiple inheritance. [/quote] It has nothing ...