Thread: Code comparison software?

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    6

    Question Code comparison software?

    Does anyone know of any software or programs to compare 2 versions of code?

    Basically I let someone modify a lot of things and they ****ed it up and I dont have any backups of the old ones due to windows crapping on me

    thanks in advance

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826

    Re: Code comparison software?

    Originally posted by RetroGamer1991
    Does anyone know of any software or programs to compare 2 versions of code?
    Sounds like you need something like this. Now if you're trying to find the difference between the contents of two files, and you're using a *nix based system, you can use something like the "diff" command. (Which basicly goes line by line displaying differences in the files.)

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Do you have Visual Studio? It comes with a handy tool called "WinDiff" that will compare files. If not, there are many other ones out there just do a search on google.

  4. #4
    vinkesh79
    Guest

    merge

    search 4 araxis merge in google.

  5. #5
    eh ya hoser, got a beer? stumon's Avatar
    Join Date
    Feb 2003
    Posts
    323
    Wouldn't you figure this be in the "Tech board" forum, and not "C Programming".
    The keyboard is the standard device used to cause computer errors!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Explain this C code in english
    By soadlink in forum C Programming
    Replies: 16
    Last Post: 08-31-2006, 12:48 AM
  2. Replies: 1
    Last Post: 03-21-2006, 07:52 AM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM