Problem reading file compiled by another compiler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samar
    New Member
    • Feb 2007
    • 1

    Problem reading file compiled by another compiler

    I have a C++ programme in MPI-environment which reads its Input from a file previously made by another C++ programme , but now I face a problem , the new programme can't read that data from the existing file , I think since these 2 programmes are compiled with 2 different compilers , the problem could come from that point , so whether my idea is true or not ,please tell me how can I solve this problem .

    Thank u .
    I am waiting for ur reply .
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi. First step to solving the problem is to post the code here that you are having trouble with. Please use code tags when you post code
    Thanks

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Welcome to The Scripts.
      The first step to getting your program to read from a file would be to understand the format of the file your are trying to read in.
      You ahve been very vague with your description of the problem, so we can't help but be vague with our solutions.

      Comment

      Working...