User Profile

Collapse

Profile Sidebar

Collapse
albs
albs
Last Activity: Mar 5 '08, 05:06 AM
Joined: Mar 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • albs
    replied to C Question reading from and to files
    in C
    the file contains about 500 traverse points. each including and elevation northing easting backsight and forsight. so the file isnt way to big.
    See more | Go to post

    Leave a comment:


  • albs
    replied to Tax Calulator Assignment
    in C
    on your scanfs you have %.2lf not .2f. your trying to scan in a double.. not a float.. maybe thats the problem.. i didnt read the code over but thats something i saw quick.
    See more | Go to post

    Leave a comment:


  • albs
    started a topic C Question reading from and to files
    in C

    C Question reading from and to files

    Hello,

    I am studying surveying and writing a program to help my needs. So far this program reads my input file and performs what i want by outputting it to another file. I then after displaying that information want to Re-read the same file into my while loop and perform some adjustment computations to it through Least Sqaures. The problem is when i try to reopen that file it will not work.

    I have tryed fclose(in);...
    See more | Go to post
No activity results to display
Show More
Working...