CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2013
    Posts
    2

    a really fast file copying algorithm

    i have made a really fast copier here is a screenshot : adf.ly/V3tsH
    and here is the source code adf.ly/V3pou

    waitings for your comments guys

  2. #2
    Join Date
    Sep 2013
    Posts
    2

    Re: a really fast file copying algorithm

    still waiting for your replies guys !!!!

  3. #3
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: a really fast file copying algorithm

    There is no screen shot, there is no link.

    Hows that for comments
    Always use [code][/code] tags when posting code.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: a really fast file copying algorithm

    Post the code ( using CODE tags ) - instead of us having to download something we do not know what its for.

    You are welcome to post your examples, but keep in mind that we do not just download just for the sake of downloading. Many a member here do not have the ability to download files - that is why the physical code is much more relevant

    Just my comment....

  5. #5
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: a really fast file copying algorithm

    It would be also interesting how "faster" your code works comparing with the CopyFile API.
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured