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 files1. Your [tt]read()[/tt] function does not read the contents of [tt]pFile[/tt] and [tt]pFile2[/tt] to...
Assigning priority to stringsUsing 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 filesYou 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 ...