Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4001534
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:55:00+00:00 2026-05-20T07:55:00+00:00

I have two files from a C program. I guess both belong to quite

  • 0

I have two files from a C program. I guess both belong to quite the same version. Using “diff” I could know where the differences are, which probably consist in 3 lines. The problem is that the second file was given to another programmer which used a completely different indetation, parentheses style, etc, but probably only change those 3 lines which I need to find. If I use “diff” I get a lot of differences. So my question is, how could I in this situation know where the differences are, in terms of code. I tried to apply the same formatting to both files and then use “diff”, but it does not work in my case.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:55:01+00:00Added an answer on May 20, 2026 at 7:55 am

    You could use our SmartDifferencer program. It compares two code files by parsing them with a real parser (making it completely independent of formatting and placement or changes to comments),
    comparing the syntax trees, and then reporting the changes in terms of editing actions (copy, move, insert, reame-variable-within-block) that explain what occurred. So you see differences in terms of langauge structures instead of lines, which often produces much smaller diff results. It even ignore changes in number radix and string escapes, if the actual literal values are the same.

    For languages such as C# and Java, this works extremely well. C is bit more problematic, as people write abusive C code that can’t be parsed without knowing all the defines and #includes, etc. So it won’t process some files and you’ll to fall back on conventional diff perhaps augmented with a formatter as another author suggested, but that will still only give you line diffs. C++ arguably has the same problems as C, but in practice C++ code isn’t nearly as abusive.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a C# program that selects data from two different database files and
this is my situation: I have two org.w3c.dom.Document created from two xml files. What
I have two hashsets that are loading data from two different text files. The
I want to compare two text files that i have generated from one of
I have two HANDLEs and they are created from the same file, in such
I have two project, one which generates some artifacts from a WSDL file using
I have two files, cars.txt and reservation.txt , both of the files have resID
I have two files with with the same number of columns, but a different
I'm having two files that I've to invoke from a java program: a batch
I have two projects, one project loads files from the project folder, one project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.