--- In [email protected], Thomas Hruska <thru...@...> wrote: > > mano M wrote: > > Hi, > > > > how can I concatenate files into single file . I am looking for the best performance. Each file has above 50 MB size . I need it in C (not c++) > > > > "Best performance" is going to depend on the platform, compiler, and > hardware (i.e. CPU, RAM, hard drive, OS, and file system). But, in > general, the OS typically already has a method of doing what you want > directly. > > *NIX - cat > Windows - copy
Is your implementation allowed to use the C system() function to call OS routines?
