Thread: Sorting file content in descending order

  1. #1
    Registered User
    Join Date
    Nov 2022
    Posts
    8

    Sorting file content in descending order

    I am new to C programming, especially in file I/O and I would like to know how can I sort my file content in descending order, according to the first numbers in each string (0001, 0002, ...).AtividadesPraticadas.txt
    I have inserted the file I want to edit .
    Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    The first thing would be to read the file into an array.

    Can you do that?

    Do you know about fopen / fgets / fclose functions?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Nov 2022
    Posts
    8
    Yes, I think so. I will leave what I did initially.Sorting file content in descending order-captura-de-ecrã-2022-11-02-152707-png
    Last edited by lelao08; 11-02-2022 at 01:51 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 10-02-2022, 09:31 AM
  2. Sorting in descending order.
    By november1992 in forum C Programming
    Replies: 10
    Last Post: 04-14-2012, 02:08 PM
  3. Replies: 9
    Last Post: 04-01-2011, 04:13 PM
  4. Sorting in descending order
    By michael- in forum C Programming
    Replies: 3
    Last Post: 12-12-2005, 01:07 PM
  5. Sorting numbers in descending order
    By Yunasnk in forum C++ Programming
    Replies: 2
    Last Post: 11-23-2003, 05:55 PM

Tags for this Thread