Geeks Talk

Prepare for your Next Interview




Printtextscreen and printf

This is a discussion on Printtextscreen and printf within the C and C++ forums, part of the Software Development category; In C programming language is printtextscreen function same as printf? If not what is the difference...


Go Back   Geeks Talk > Software Development > C and C++

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-12-2006
Contributing Member
 
Join Date: May 2006
Posts: 79
Thanks: 0
Thanked 5 Times in 4 Posts
fred is on a distinguished road
Printtextscreen and printf

In C programming language is printtextscreen function same as printf? If not what is the difference
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-13-2006
Expert Member
 
Join Date: Jul 2006
Posts: 101
Thanks: 0
Thanked 6 Times in 4 Posts
sripri is on a distinguished road
Re: Printtextscreen and printf

The function printTextScreen() is used in graphics mode in C to print string in specified position and if specified as per the color needed by programmer. The function printTextScreen() takes four parameters namely x coordinate position, y coordinate position, the string and the color. printf is used to print the output in normal screen mode.
Reply With Quote

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved