User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:conio.h:highvideo

This is an old revision of the document!


highvideo

description of highvideo

Used to select the highlighted character.

selects highlighted character by setting Intensity bits the current foreground color. This function has no effect on the characters that are currently displayed on the screen.

#include <conio.h>
 
int main(void)
{
    clrscr();
    highvideo();
    cprintf("text hight intensity\n");
    return 0;
}

output of highvideo c example

  text hight intensity

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/conio.h/highvideo.1360371591.txt · Last modified: 2024/02/16 01:03 (external edit)

Impressum Datenschutz