Thread: CRC using .NET

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    5

    CRC using .NET

    Hello

    I'm making a simple file downloading software using managed C++ and wondering if there is a .NET library that has an implementation of any CRC algorithms.

    thank you for your time

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You could write it yourself. You can find several different algorithms for 16 or 32 bit CRC calculations.

    Here's an example of a quick 32bit version: http://remus.rutgers.edu/~rhoads/Code/crc-32b.c

    gg

  3. #3
    Registered User
    Join Date
    Mar 2004
    Posts
    5
    thank you for link

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. migrate from .Net 2.0 to .Net 3.0
    By George2 in forum C# Programming
    Replies: 3
    Last Post: 07-25-2007, 04:07 AM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM