Results 1 to 2 of 2

Thread: regarding conersion of data of 1file to another

  1. #1
    Join Date
    Dec 2013
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default regarding conersion of data of 1file to another

    sir
    i want to code a c code .
    but i was not able to find out the solution,i was struc at some point.
    the problem statement is
    i want to convert data of one to file to another format.
    given file data is in the binary format and i want to convert it into decimal form.
    so i am having a problem that how to select that data from begining to end and also also line by line conversion..
    suppose given file is
    00
    01
    10
    11
    and ans or output file should be like
    0
    1
    2
    3
    nikhilvaidya472@gmail.com

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: regarding conersion of data of 1file to another

    When you write binary format, do you mean that it is a binary file as opposed to a text file, or that it is a text file and that the text is numbers in binary notation?

    Cheers,
    _

Similar Threads

  1. Replies: 1
    Last Post: 26th November 2013, 20:25
  2. Qtreeview not displaying data (data() is called)
    By mraww in forum Qt Programming
    Replies: 1
    Last Post: 13th April 2013, 20:19
  3. data classification, ui widget & data integration and interaction
    By saman_artorious in forum Qt Programming
    Replies: 4
    Last Post: 3rd August 2012, 16:25
  4. Replies: 0
    Last Post: 10th September 2011, 13:38
  5. Corrupt JPEG data: premature end of data segment
    By node_ex in forum Qt Programming
    Replies: 1
    Last Post: 19th August 2008, 08:57

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.