IndiaStudyChannel.com Home page     All Communities

C Language Learners


changing font colour in the output



My Profile 
  • Sign In
  •  
  • Register

  • Links 
  • Message Center
  •  
  • File Manager
  •  
  • Members
  •  
  • Hall Of Fame
  •  
  • Site Configuration





  • changing font colour in the output


    Posted Date: 18 Sep 2009      Total Responses: 3

    Posted By: kartheek       Member Level: Bronze     Points: 1


    hai
    i have problem of changing the font colour when displaying the output
    and give me some instructons for it




    Responses

    Author: anil    19 Sep 2009Member Level: BronzeRating: 2 out of 52 out of 5     Points: 3
    write follwing code to change the font color to colorful output
    #include
    void main()
    {
    textcolor(num.);
    textbackground(num.);
    cprintf("type msg");
    getch();
    }
    // you will surely see the colorful output.



    Author: kartheek    22 Sep 2009Member Level: BronzeRating: 2 out of 52 out of 5     Points: 0
    thanks for giving the an example


    Author: kartheek    22 Sep 2009Member Level: BronzeRating: 2 out of 52 out of 5     Points: 0
    thanks for giving the an example


    Post Reply
    You must Sign In to post a response.
    Next : c- program
    Previous : IN C LANGUAGE ... Sort Student Record Without using Structure Or Union ..vry.easy .guruboy
    Return to Discussion Forum
    Post New Message
    Category:

    Related Messages