Write a procedure to implement highlight as a blinking
operation.
Answer / mansi
The function textattr in conio.h can be use for this
purpose a small program has presented here...
#include<conio.h>
int main()
{
textattr(129);
cprintf("My name is Lord Blade...");
return 0;
}
here in the textattr till 128 only colors would be set and
more than it colors with blink.
Is This Answer Correct ? | 3 Yes | 0 No |
how to count no of leaves in a tree?
Derive expression for converting RGB color parameters to HSV values.
Write a routine to implement the polymarker function.
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange.
Write a program to model an exploding firecracker in the xy plane using a particle system.
Extend the sutherland-hodgman clipping algorithm to clip three- dimensional planes against a regular parallelepiped.
Device an algorithm for weiler – atherton polygon clipping, where the clipping window can be any specified polygon.
Design an implement of the inputs functions for event mode.
What are the different types of Structural Patterns?
Develop a routine to reflect an object about an arbitrarily selected plane.
What are the differences between Structural Patterns and Morphological Strutural Element?
What is the algorithms of of Geographic information system project?