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

  • SEARCH
  • Home
  • 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 6694331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:05:22+00:00 2026-05-26T06:05:22+00:00

I have a file called points.dat which reads something like: 5 2 5 -1

  • 0

I have a file called points.dat which reads something like:
5
2 5
-1 18
0 6
1 -1
10 0

The first number is how many ordered pairs there are. The next 5 lines contain those ordered pairs. What can I do to read in the first number, determine how many points there are (from here I can malloc an array of structs to store the points in).

My problem is that fgetc doesn’t really do the job here. What if the first number is two digits? Say the first number is 10. fgetc will only retrieve the ‘1’. Also, fgets doesn’t really work, since you need to supply it the length of the amount of characters you want to read in. The same applies for fscanf.

The real trouble comes in when it’s time to retrieve the ordered pairs. I have no idea how to do this either. My only thoughts so far is look at a line: if it sees non-spaces or non-‘\n’s, it will read in the number as the x coordinate of point 1. Loop. Get y coordinate. Once it hits a ‘\n’, it will now move on to the next line, and begin looking for values to store in the next struct in the array of structs.

(While doing this, I also need to be sure atoi can convert all of these into integers… ).

If anyone has any ideas to help, they are appreciated.

  • 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-26T06:05:22+00:00Added an answer on May 26, 2026 at 6:05 am

    For the first line use int numValuesRead = fscanf(file, "%d", &totnums);

    Then, use numValuesRead = fscanf(file, "%d %d", &num1, &num2); to read the other lines.

    fscanf returns the number of value read. You should always check it.

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

Sidebar

Related Questions

I have a file, called genes.txt , which I'd like to become a data.frame.
I have a file called webpart.cs which is called by one of my masterpages
I have a symlink in our website called index.php which points to a script
I have 2 files Details.java and TestDetails.java and a data file called Details.dat Details.java
I have a directory pointed to by a File object called baseDir in which
I have a file called main.py and a file called classes.py main.py contains the
I have a file called hellowf.cs class MyFirstApp { static void Main() { System.Windows.Forms.MessageBox.Show(Hello,
I have a file called header.html and it is included by base.html . In
I have a file called error.log on my server that I need to frequently
I have a file called 34.php?session=2534464a39a2c97cb7113689726a4e52 in my /var/www/html folder but I can't view

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.