regarding c console input output operations

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JERIL JOSE
    New Member
    • Oct 2012
    • 1

    #1

    regarding c console input output operations

    How we can write coloured text to a text file in c?
    can i use cprintf funtion with any kind editing
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Regular text files don't contain color. Other file formats may provide the functionality to define colors. You would have to choose one of those formats and learn the specification to write it out correctly.

    Comment

    Working...