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 3357602
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:39:08+00:00 2026-05-18T02:39:08+00:00

My problem is pretty simple; I have text file filled with double precision floating

  • 0

My problem is pretty simple; I have text file filled with double precision floating point numbers which I need to read in and store in a matrix. I know how to open the file but from there I’m not sure how to parse out the data and convert it. The numbers are separated by spaces and newlines and each is preceded by a sign (either ‘+’ or ‘-‘). I’m not sure which function (scanf, fgetc, etc.) I should use to read in the data. I’m not new to programming though this is my first time working extensively with C. Detailed explanations are welcome as I’d like to get more familiar with how tasks like this are handled. Thanks!

Edit: Should have clarified that the file is generated by code so no need to worry about users messing with it. Also From reading the docs it seems like I could just use fread to load all of the contents of the file into a string and then use atof to parse out each double. Is this correct?

  • 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-18T02:39:09+00:00Added an answer on May 18, 2026 at 2:39 am
    double d;
    scanf("%lf", &d);
    

    scanf will skip the white space chars and let you read all values in a simple loop. If you are reading from a file then fscanf should be your choice.

    scanf documentation and fscanf documentation

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

Sidebar

Related Questions

I have a pretty simple problem. Basically I have an array called $list that
I have a problem with WCF. My testing code is pretty simple. I call
I have what I hope to be a pretty simple problem. I'm very simply
Simple problem: By default, for example, when I have a file like this: <html>
I have a pretty simple problem, but right now can't seem to see the
I have a pretty simple problem. I'm creating several buttons with a method in
I'm having a problem with a pretty simple setup in NHibernate. (I'm using Fluent
The problem is that, shaders (pretty simple ones, as I'm learning OpenGL) fail to
Following code is a pretty simple and complete JQuery Dialog. Everything works. Problem is
I think this is a pretty straightforward problem but... var outerHeight = $('.profile').outerHeight(); $(#total-height).text(outerHeight

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.